using HH.WCS.XiaoMi.models; using System; namespace HH.WCS.XiaoMi { public class TN_Material : BaseModel { public string S_ITEM_CODE { get; set; } public string S_ITEM_NAME { get; set; } public string S_MP_TYPE { get; set; } //public string ITEM_TYPE { get; set; } public Nullable F_WEIGHT { get; set; } public string S_MATERIAL { get; set; } public string S_IDCODE { get; set; } public string S_SERIES { get; set; } public string S_STORE { get; set; } public string S_CONTROL { get; set; } public string S_BOM_TYPE { get; set; } public int N_BOM_MOD { get; set; } public DateTime? T_DBOM_UPDATE { get; set; } public DateTime? T_EBOM_UPDATE { get; set; } public DateTime? T_PBOM_UPDATE { get; set; } public string C_MULTI_ROUTE { get; set; } public string S_ROUTE_MAKE { get; set; } public string S_ROUTE_ASSEMBLY { get; set; } public string S_DMODE { get; set; } public string S_STATE_PRE { get; set; } //public string REMARK1 { get; set; } //public string REMARK2 { get; set; } public int N_REVIEW_RESULT { get; set; } } }