//------------------------------------------------------------------------------ // // 此代码是根据模板生成的。 // // 手动更改此文件可能会导致应用程序中发生异常行为。 // 如果重新生成代码,则将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace NFine.Domain._03_Entity { using System; using System.Collections.Generic; public partial class ICSSORQUODETAILNORMAL { public string ADDITION1 { get; set; } public string ADDITION2 { get; set; } public string BUYERMEMO { get; set; } public string COMPANYCODE { get; set; } public string COMPARECODE { get; set; } public string COSTDETAILSREFERCODE { get; set; } public decimal CREATEDATE { get; set; } public decimal CREATETIME { get; set; } public string CREATEUSER { get; set; } public string CURRENCY { get; set; } public string CURRENTQUOINDICATOR { get; set; } public decimal ENDDATE { get; set; } public string INITREJECTREASON { get; set; } public string ISINCLUDETAX { get; set; } public string ISSELECTED { get; set; } public string ITEMCODE { get; set; } public string ITEMNAME { get; set; } public string ITEMTYPE { get; set; } public decimal LOGDATE { get; set; } public decimal LOGTIME { get; set; } public string LOGUSER { get; set; } public string PRICINGREJECTREASON { get; set; } public Nullable QUOBUYERPRICE { get; set; } public decimal QUOPRICE { get; set; } public string QUOSTATUS { get; set; } public string QUOTATIONCODE { get; set; } public Nullable QUOTEDATE { get; set; } public Nullable REFERPRICE { get; set; } public Nullable REQUESTQUANTITY { get; set; } public string RFQCODE { get; set; } public decimal STARTDATE { get; set; } public string TRANSPORTATIONTYPE { get; set; } public string UNIT { get; set; } public string VENDORMEMO { get; set; } public string VENDORREJECTREASON { get; set; } public string Model { get; set; } public string WorkPoint { get; set; } } }