2024-09-25 11:21:29 +08:00
|
|
|
|
using SqlSugar;
|
|
|
|
|
using System;
|
2024-09-23 11:34:19 +08:00
|
|
|
|
using System.Collections.Generic;
|
2024-09-25 11:21:29 +08:00
|
|
|
|
using System.ComponentModel.DataAnnotations;
|
2024-09-23 11:34:19 +08:00
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace Vistar.Application.Service.MaterialManagement.Dto;
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 产品管理输出参数
|
|
|
|
|
/// </summary>
|
|
|
|
|
public class ProductManagementOutput
|
|
|
|
|
{
|
|
|
|
|
public long idRecord { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool? CheckedStatus { get; set; }
|
|
|
|
|
|
|
|
|
|
public int? VersionIndex { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool? IsLatestVersion { get; set; }
|
|
|
|
|
|
|
|
|
|
public DateTime? CreatedDate { get; set; }
|
|
|
|
|
|
|
|
|
|
public DateTime? VersionCreatedDate { get; set; }
|
|
|
|
|
|
|
|
|
|
public DateTime? dateModified { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? UserCreatedId { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? VersionUserCreatedId { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? UserModifiedId { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? RecordGuid { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool? isVisibilityNormal { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool? deleted { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? SubObjectGuid { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool? PreviousStatus { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? revision { get; set; }
|
|
|
|
|
|
|
|
|
|
public byte[]? Record_image160_160 { get; set; }
|
|
|
|
|
|
|
|
|
|
public byte[]? Record_Image320_240 { get; set; }
|
|
|
|
|
|
|
|
|
|
public byte[]? Record_ImageMax { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? _System_objNBS { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? _System_ObjDescription { get; set; }
|
|
|
|
|
|
|
|
|
|
public DateTime? _System_Effectivity_Begin { get; set; }
|
|
|
|
|
|
|
|
|
|
public DateTime? _System_Effectivity_End { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? CheckedOutPc { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? GroupObjId { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool? _CheckOutInProgress { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool? EnableNotifications { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? _system_objConfigurationName { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool? _system_objConfigurationType { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? _system_objConfigurationGuid { get; set; }
|
|
|
|
|
|
|
|
|
|
public string ShowBomFromConfiguration { get; set; }
|
|
|
|
|
|
|
|
|
|
public string _System_ObjNbsAuto { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? _System_DerivedFrom { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? _System_DerivedFrom_RecordGuid { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool? _system_objLinkedCompare { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool? isReleasedVersion { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? _System_WebLink { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool? LinkDrw { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? ParentRecordGuid { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004283 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004284 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004285 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004286 { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? fld004287 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004287_Rec { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004288 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004289 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004290 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004291 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004311 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004312 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004313 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004314 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004315 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004316 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004317 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004318 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004319 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004320 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004321 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004322 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004323 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004324 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004325 { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? fld004326 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004326_Rec { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004327 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004484 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004485 { get; set; }
|
|
|
|
|
|
|
|
|
|
public double? fld004486 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004487 { get; set; }
|
|
|
|
|
|
|
|
|
|
public double? fld004488 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004489 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004490 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004491 { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? fld004493 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004493_Rec { get; set; }
|
|
|
|
|
|
|
|
|
|
public DateTime? fld004494 { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? fld004495 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004495_Rec { get; set; }
|
|
|
|
|
|
|
|
|
|
public DateTime? fld004496 { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? fld004497 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004497_Rec { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004498 { get; set; }
|
|
|
|
|
|
|
|
|
|
public DateTime? fld004499 { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? fld004500 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004500_Rec { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004501 { get; set; }
|
|
|
|
|
|
2024-09-25 11:21:29 +08:00
|
|
|
|
public DateTime? fld004629 { get; set; }
|
2024-09-23 11:34:19 +08:00
|
|
|
|
|
2024-09-25 11:21:29 +08:00
|
|
|
|
public string? fld004630 { get; set; }
|
2024-09-23 11:34:19 +08:00
|
|
|
|
|
2024-09-25 11:21:29 +08:00
|
|
|
|
public DateTime? fld004631 { get; set; }
|
2024-09-23 11:34:19 +08:00
|
|
|
|
|
2024-09-25 11:21:29 +08:00
|
|
|
|
public DateTime? fld004632 { get; set; }
|
2024-09-23 11:34:19 +08:00
|
|
|
|
|
2024-09-25 11:21:29 +08:00
|
|
|
|
public string? fld004698 { get; set; }
|
2024-09-23 11:34:19 +08:00
|
|
|
|
|
2024-09-25 11:21:29 +08:00
|
|
|
|
public string? fld004699 { get; set; }
|
2024-09-23 11:34:19 +08:00
|
|
|
|
|
2024-09-25 11:21:29 +08:00
|
|
|
|
public string? fld004700 { get; set; }
|
2024-09-23 11:34:19 +08:00
|
|
|
|
|
2024-09-25 11:21:29 +08:00
|
|
|
|
public long? fld004859 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004859_Rec { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? fld004860 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004860_Rec { get; set; }
|
2024-09-23 11:34:19 +08:00
|
|
|
|
|
|
|
|
|
public string? fld004861 { get; set; }
|
|
|
|
|
|
2024-09-25 11:21:29 +08:00
|
|
|
|
public DateTime? fld004862 { get; set; }
|
|
|
|
|
|
|
|
|
|
public DateTime? fld004863 { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? fld004864 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004864_Rec { get; set; }
|
|
|
|
|
|
|
|
|
|
public DateTime? fld004865 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004872 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004873 { get; set; }
|
|
|
|
|
|
|
|
|
|
public double? fld004876 { get; set; }
|
2024-09-23 11:34:19 +08:00
|
|
|
|
|
|
|
|
|
public string? fld004877 { get; set; }
|
|
|
|
|
|
2024-09-25 11:21:29 +08:00
|
|
|
|
public string? fld004878 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004879 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004880 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004881 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004882 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004887 { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? fld004895 { get; set; }
|
|
|
|
|
|
|
|
|
|
public float? fld004942 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004943 { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? fld004944 { get; set; }
|
|
|
|
|
|
|
|
|
|
public string? fld004944_Rec { get; set; }
|
|
|
|
|
|
|
|
|
|
public DateTime? fld004945 { get; set; }
|
|
|
|
|
|
2024-09-23 11:34:19 +08:00
|
|
|
|
}
|