You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
3.0 KiB

using System;
using System.Collections.Generic;
using System.Text;
namespace Module.DB.Model
{
public class OemModel
{
public string CCRzdqxps { get; set; }
public string CCRzdqxsj { get; set; }
public string CCRqxsj { get; set; }
public string CCRqxcs { get; set; }
public string jpghtsps { get; set; }
public string COTzzzgsd { get; set; }
public string COTjbzxrxw { get; set; }
public string COTjbfxrxw { get; set; }
public string HP1dzzxrxw { get; set; }
public string HP1dzfxrxw { get; set; }
public string HP2dzzxrxw { get; set; }
public string HP2dzfxrxw { get; set; }
public bool HPfwzkjcpb { get; set; }
public bool CPfwzkjcpb { get; set; }
public bool CPzkpb { get; set; }
public bool COTjgpb { get; set; }
public bool sbkyx { get; set; }
public bool zzdsn { get; set; }
public bool zpgn { get; set; }
public string hypy { get; set; }
public string dzxys { get; set; }
public string spindleJogDecelerationSpeed { get; set; }
public string t2SpindleJogDecelerationSpeed { get; set; }
public string hp1ZeroLocation { get; set; }
public string hp2ZeroLocation { get; set; }
public string ydjsj { get; set; }
public string djydjsj { get; set; }
public string ydjcs { get; set; }
public bool HPGulePot1 { get; set; }
public bool HPGulePot2 { get; set; }
public bool HPGulePot3 { get; set; }
/// <summary>
/// 通道1是否满篮
/// </summary>
public bool F_T1FullKep { get; set; }
public string t2CCRzdqxps { get; set; }
public string t2CCRzdqxsj { get; set; }
public string t2CCRqxsj { get; set; }
public string t2CCRqxcs { get; set; }
public string t2jpghtsps { get; set; }
public string t2COTzzzgsd { get; set; }
public string t2COTjbzxrxw { get; set; }
public string t2COTjbfxrxw { get; set; }
public string t2HP1dzzxrxw { get; set; }
public string t2HP1dzfxrxw { get; set; }
public string t2HP2dzzxrxw { get; set; }
public string t2HP2dzfxrxw { get; set; }
public bool t2HPfwzkjcpb { get; set; }
public bool t2CPfwzkjcpb { get; set; }
public bool t2CPzkpb { get; set; }
public bool t2COTjgpb { get; set; }
public bool t2sbkyx { get; set; }
public bool t2zzdsn { get; set; }
public bool t2zpgn { get; set; }
public string t2hypy { get; set; }
public string t2dzxys { get; set; }
public string t2hp1ZeroLocation { get; set; }
public string t2hp2ZeroLocation { get; set; }
public string t2ydjsj { get; set; }
public string t2djydjsj { get; set; }
public string t2ydjcs { get; set; }
/// <summary>
/// 通道2是否满篮
/// </summary>
public bool F_T2FullKep { get; set; }
}
}