//------------------------------------------------------------------------------ // // 此代码是根据模板生成的。 // // 手动更改此文件可能会导致应用程序中发生异常行为。 // 如果重新生成代码,则将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace NFine.Domain._03_Entity { using System; using System.Collections.Generic; public partial class ICSSORRFQ { public string ADDITION1 { get; set; } public string ADDITION2 { get; set; } public Nullable BEGINDATE { get; set; } public string COMPANYCODE { get; set; } public string COSTANALYSISTEMPLATE { get; set; } public string COSTTYPE { get; set; } public Nullable CREATEDATE { get; set; } public Nullable CREATETIME { get; set; } public string CREATEUSER { get; set; } public Nullable ENDDATE { get; set; } public string ISUNIFYANALYSISTEMPLATE { get; set; } public Nullable LOGDATE { get; set; } public Nullable LOGTIME { get; set; } public string LOGUSER { get; set; } public string MEMO { get; set; } public string POCT { get; set; } public Nullable PUBLISHDATE { get; set; } public string PURCHUGCODE { get; set; } public string RFQCODE { get; set; } public string RFQNAME { get; set; } public string STATUS { get; set; } public string PURTeam { get; set; } public string workpoint { get; set; } } }