using HH.WCS.Mobox3.pinggao.models; using SqlSugar; using System; namespace HH.WCS.Mobox3.pinggao { [SugarTable("TN_Inbound_Detail")] public class TN_Inbound_Detail : BaseModel { public string S_IO_NO { get; set; } public string N_ROW_NO { get; set; } public string S_ITEM_CODE { get; set; } public int N_ITEM_STATE { get; set; } public string S_ITEM_NAME { get; set; } public string S_ITEM_STATE { get; set; } public string S_BATCH_NO { get; set; } = ""; public string S_ITEM_SPEC { get; set; } public string S_SERIAL_NO { get; set; } = ""; public string D_PRD_DATE { get; set; } public string D_EXP_DATE { get; set; } public string S_NOTE { get; set; } public double F_QTY { get; set; } public string S_UOM { get; set; } = "kg"; public double F_ACC_C_QTY { get; set; } public double F_ACC_B_QTY { get; set; } public int N_B_STATE { get; set; } public string S_BS_NO { get; set; } public string S_BS_TYPE { get; set; } //public double F_NET_WEIGHT { get; set; } //public double F_GROSS_WEIGHT { get; set; } public string S_SUPPLIER_NO { get; set; } //public string S_WU { get; set; } ///// ///// À´Ô´µ¥ÐкŠ///// //public string N_BS_ROW_NO { get; set; } /// /// »õÖ÷ /// public string S_OWNER { get; set; } /// /// ERP²Ö¿â /// public string S_ERP_WH_CODE { get; set; } // ¿â´æµØµã public string S_KCDD { get; set; } // ¼ìÑéÅú±àºÅ public string S_JYPBH { get; set; } public string S_KJPZSSRQ { get; set; } // ÊäÈëʱ¼ä public DateTime T_SRSJ { get; set; } // »á¼ÆÆ¾Ö¤ÈÕÆÚ public string S_KJPZSRRQ { get; set; } // ²É¹ºÆ¾Ö¤ºÅ public string S_CGPZH { get; set; } // ²É¹ºÆ¾Ö¤µÄÏîÄ¿±àºÅ public string S_CGPZXMBH { get; set; } // ½è·½/´û·½±êʶ public string S_JDBS { get; set; } // ²Î¿¼Æ¾Ö¤µÄƾ֤ºÅ public string S_CKPZH { get; set; } // ²Î¿¼Æ¾Ö¤»á¼ÆÄê¶È public string S_CKPZKJND { get; set; } public string S_KJPZSRSJ { get; set; } // ²Î¿¼Æ¾Ö¤ÏîÄ¿ public string S_CKPZXM { get; set; } // ³åÏúÎïÁÏÆ¾Ö¤±àºÅ public string S_CXWLPZBH { get; set; } public string S_CXPZNF { get; set; } public string S_CXWLPZHXM { get; set; } public string S_HWSJJYZT { get; set; } public string S_GYSZHH { get; set; } public string S_PH { get; set; } public string S_TSKCBS { get; set; } public string S_XSDDXMBH { get; set; } public string S_DDH { get; set; } public string S_WBS { get; set; } public string S_XSDD { get; set; } } }