You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lj_plc/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/DB/Auto_Log.cs

100 lines
2.1 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
// Website: http://www.freesql.net
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using FreeSql.DataAnnotations;
namespace Mesnac.Action.ChemicalWeighing.AutoControl.DB
{
public partial class Auto_Log
{
[Column(IsPrimary = true, IsIdentity = true)]
public int ID { get; set; }
[Column(DbType = "varchar(255)")]
public string ActionKind { get; set; } = string.Empty;
public double? GelCloseHeatTime { get; set; }
public double? GelNagTimeB { get; set; }
public double? GelOutDelayTime { get; set; }
public double? GelPosTimeA { get; set; }
public double? GelPosTimeC { get; set; }
public double? GelSpeedSet { get; set; }
public double? GelWaitTime { get; set; }
public double? GelWaterTime { get; set; }
public int LineNo { get; set; }
public DateTime LogTime { get; set; }
public double? ManualTolerance { get; set; }
public double? ManualWeight { get; set; }
public int? MaterialBin1 { get; set; }
public int? MaterialBin2 { get; set; }
public double? MaterialTolerance1 { get; set; }
public double? MaterialTolerance2 { get; set; }
public double? MaterialWeight1 { get; set; }
public double? MaterialWeight2 { get; set; }
[Column(DbType = "varchar(255)")]
public string UserID { get; set; } = string.Empty;
public double? WetDryWeight { get; set; }
public double? WetMixTime { get; set; }
public double? WetOutDelayTime { get; set; }
}
}