// Admin.NET 项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。使用本项目应遵守相关法律法规和许可证的要求。 // // 本项目主要遵循 MIT 许可证和 Apache 许可证(版本 2.0)进行分发和使用。许可证位于源代码树根目录中的 LICENSE-MIT 和 LICENSE-APACHE 文件。 // // 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任! using SqlSugar; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Vistar.Application.Service.MaterialManagement.Dto; public class ProductManagementBomOutput { /// /// /// public string ParentGuid { get; set; } /// /// /// public string ChildGuid { get; set; } /// /// /// public long ChildObjID { get; set; } /// /// /// public long ConfigId { get; set; } /// /// /// public int? childVersion { get; set; } /// /// /// public int ParentVersion { get; set; } /// /// /// public bool? isDeleted { get; set; } /// /// /// public long ConfigInstanceID { get; set; } /// /// /// public long? ChildConfigID { get; set; } /// /// /// public long? CreatedUserID { get; set; } /// /// /// public long? ModifiedUserID { get; set; } /// /// /// public DateTime? CreatedDate { get; set; } /// /// /// public DateTime? ModifiedDate { get; set; } /// /// /// public double? Quantity { get; set; } /// /// /// public string? Description { get; set; } /// /// /// public DateTime? EffectiveFrom { get; set; } /// /// /// public DateTime? EffectiveTo { get; set; } /// /// /// public string? Revision { get; set; } /// /// /// public string? Marker { get; set; } /// /// /// public string Type { get; set; } /// /// /// public long? ConfigParent { get; set; } /// /// /// public long? OrderIndex { get; set; } /// /// /// public string? PartNumber { get; set; } /// /// /// public string? _conf_24_tralala { get; set; } /// /// /// public string? _conf_28_hello { get; set; } /// /// /// public string? _conf_28_sss { get; set; } /// /// /// public string? conf_29_sss { get; set; } /// /// /// public byte[]? RecordImage { get; set; } /// /// /// public string? Folder { get; set; } /// /// /// public int? CheckedStatus { get; set; } /// /// /// public string? _TestConfigurimi_tralala { get; set; } /// /// /// public string? _TestConfigurimi_asfasd { get; set; } /// /// /// [Required] public long ParentObjectID { get; set; } /// /// /// public string? conf_30_somefields { get; set; } /// /// /// public string? conf_30_TestNBS { get; set; } /// /// /// public DateTime? conf_30_testDate { get; set; } /// /// /// public long? conf_30_testNumber { get; set; } /// /// /// public string? conf_30_TestList { get; set; } /// /// /// public long? conf_30_testListNo { get; set; } /// /// /// public double? conf_30_testListdecimal { get; set; } /// /// /// public string? conf_33_Comments { get; set; } /// /// /// //public string? conf_33_SerialNo. { get; set; } public string? conf_33_SerialNo { get; set; } /// /// /// public long? conf_33_TestContacts2 { get; set; } /// /// /// public long? conf_33_TestContacts2_Rec { get; set; } /// /// /// public string? conf_6_Comments { get; set; } /// /// /// public string? conf_6_SerialNumber { get; set; } /// /// /// public int? ChildSwFileType { get; set; } /// /// /// public int? ParentSwFileType { get; set; } /// /// /// public string? conf_19_Serial { get; set; } /// /// /// public string? conf_19_Comments { get; set; } /// /// /// public string? conf_21_Comments { get; set; } /// /// /// public string? conf_19_testList { get; set; } /// /// /// public string? conf_21_BuyStage { get; set; } /// /// /// public string? conf_19_testconfigfieldnbs { get; set; } /// /// /// public string? conf_32_Comments { get; set; } /// /// /// public bool? isSuppressed { get; set; } /// /// /// [Required] public bool isAddedFromSW { get; set; } /// /// /// public double? QtyManual { get; set; } /// /// /// public long? SWPDMXrefId { get; set; } /// /// /// public string? SwConfiguration { get; set; } /// /// /// [Required] public bool inContext { get; set; } /// /// /// [Required] public string PrimaryFile { get; set; } /// /// /// [Required] public bool bKeepQuantityInSync { get; set; } /// /// /// public string? BOMGuid { get; set; } /// /// /// [Required] public bool IsPDMReference { get; set; } /// /// /// public string? BOMGuidCopiedFrom { get; set; } /// /// /// public int? SWPDMXRefConfigurationID { get; set; } /// /// /// public string? SWPDMXRefConfigurationName { get; set; } /// /// /// public string? fld004492 { get; set; } /// /// /// public string? fld004670 { get; set; } /// /// /// public string? fld004671 { get; set; } /// /// /// public string? fld004691 { get; set; } /// /// /// public string? fld004936 { get; set; } /// /// /// public string? fld004937 { get; set; } /// /// /// public string? fld004938 { get; set; } /// /// /// public string? fld004939 { get; set; } /// /// /// public string? fld004940 { get; set; } /// /// /// public string? fld004941 { get; set; } /// /// /// public double? fld004994 { get; set; } /// /// /// public string? fld004995 { get; set; } /// /// /// public string? fld004996 { get; set; } /// /// /// public string? fld004997 { get; set; } /// /// /// public double? fld005017 { get; set; } /// /// /// public string? fld005018 { get; set; } /// /// /// public string? fld005019 { get; set; } /// /// /// public string? fld005020 { get; set; } } //public class ProductManagementBomTypeOutput //{ // public long Id { get; set; } // public string Name { get; set; } //}