VistarStarDataIntegration/admin.net.pro/Admin.NET/Vistar.Application/Service/ProductDesignLibrary/Dto/BomPageProductDesignLibraryInput.cs
2024-10-25 10:48:42 +08:00

231 lines
5.9 KiB
C#

// Admin.NET 项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。使用本项目应遵守相关法律法规和许可证的要求。
//
// 本项目主要遵循 MIT 许可证和 Apache 许可证(版本 2.0)进行分发和使用。许可证位于源代码树根目录中的 LICENSE-MIT 和 LICENSE-APACHE 文件。
//
// 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!
using Admin.NET.Core;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Vistar.Application.Service.ProductDesignLibrary.Dto;
public class BomPageProductDesignLibraryInput : BasePageInput
{
/// <summary>
/// 子物料描述
/// </summary>
public string? Description { get; set; }
/// <summary>
/// 子物料编码
/// </summary>
public string? PartNumber { get; set; }
/// <summary>
/// 父Guid
/// </summary>
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 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? _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; }
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; }
public bool isAddedFromSW { get; set; }
public double? QtyManual { get; set; }
public long? SWPDMXrefId { get; set; }
public string? SwConfiguration { get; set; }
public bool inContext { get; set; }
public string PrimaryFile { get; set; }
public bool bKeepQuantityInSync { get; set; }
public string? BOMGuid { get; set; }
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 long? fld005296 { get; set; }
public long? fld005298 { get; set; }
public string? fld005541 { get; set; }
public string? fld005542 { get; set; }
public string? fld005543 { get; set; }
public string? fld005544 { get; set; }
public string? fld005545 { get; set; }
public string? fld005546 { get; set; }
public string? fld005547 { get; set; }
/// <summary>
/// 工时
/// </summary>
public string fld005571 { get; set; }
/// <summary>
/// 工时单位
/// </summary>
public string fld005572 { get; set; }
/// <summary>
/// 控制码
/// </summary>
public string fld005573 { get; set; }
/// <summary>
/// 组号
/// </summary>
public string fld005574 { get; set; }
/// <summary>
/// 基本数量
/// </summary>
public string fld005575 { get; set; }
}