分档
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
using SqlSugar;
|
||||
|
||||
namespace JinYuan.Models
|
||||
{
|
||||
public class FDConfig
|
||||
{
|
||||
/// <summary>
|
||||
/// 编号
|
||||
/// </summary>
|
||||
|
||||
public int FdNum { get; set; }
|
||||
/// <summary>
|
||||
/// OK拉带类型1
|
||||
/// </summary>
|
||||
public string OKLD1Type { get; set; }
|
||||
/// <summary>
|
||||
/// OK拉带类型2
|
||||
/// </summary>
|
||||
public string OKLD2Type { get; set; }
|
||||
/// <summary>
|
||||
/// OK拉带类型3
|
||||
/// </summary>
|
||||
public string OKLD3Type { get; set; }
|
||||
/// <summary>
|
||||
/// OK拉带类型4
|
||||
/// </summary>
|
||||
public string OKLD4Type { get; set; }
|
||||
/// <summary>
|
||||
/// NG拉带类型5
|
||||
/// </summary>
|
||||
public string NGLD5Type { get; set; }
|
||||
/// <summary>
|
||||
/// NG拉带类型6
|
||||
/// </summary>
|
||||
public string NGLD6Type { get; set; }
|
||||
/// <summary>
|
||||
/// NG拉带类型7
|
||||
/// </summary>
|
||||
public string NGLD7Type { get; set; }
|
||||
/// <summary>
|
||||
/// 是否开启分档
|
||||
/// </summary>
|
||||
public bool IsFDActive { get; set; }
|
||||
/// <summary>
|
||||
///是否激活NG电池不分类排出
|
||||
/// </summary>
|
||||
|
||||
public bool IsNGActive { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -84,6 +84,7 @@
|
||||
<Compile Include="AlarmForm.cs" />
|
||||
<Compile Include="Alarm\AlarmStatus.cs" />
|
||||
<Compile Include="Alarm\AlarmData.cs" />
|
||||
<Compile Include="FDConfig.cs" />
|
||||
<Compile Include="Chart12HourData.cs" />
|
||||
<Compile Include="ChartDataType.cs" />
|
||||
<Compile Include="AGearEntity.cs" />
|
||||
|
||||
Reference in New Issue
Block a user