//------------------------------------------------------------------------------ // // 此代码是根据模板生成的。 // // 手动更改此文件可能会导致应用程序中发生异常行为。 // 如果重新生成代码,则将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace foda { using System; using System.Collections.Generic; public partial class TES_BOM { public string ParentPart { get; set; } public string ComponentPart { get; set; } public string Reference { get; set; } public string StartEffective { get; set; } public string QuantityPer { get; set; } public string StructureType { get; set; } public string EndEffective { get; set; } public string Remarks { get; set; } public string Scrap { get; set; } public string LeadTimeOffset { get; set; } public string Operation { get; set; } public string SequenceNumber { get; set; } public string FporecastPercent { get; set; } public string OptionGroup { get; set; } public string Process { get; set; } public string GUID { get; set; } public string UID { get; set; } public string CreateUser { get; set; } public string CreateTime { get; set; } public string Remark { get; set; } public string TaskID { get; set; } public string CommandType { get; set; } public string DataID { get; set; } public string Domain { get; set; } public string Site { get; set; } public Nullable InsertTime { get; set; } } }