// Admin.NET 项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。使用本项目应遵守相关法律法规和许可证的要求。
//
// 本项目主要遵循 MIT 许可证和 Apache 许可证(版本 2.0)进行分发和使用。许可证位于源代码树根目录中的 LICENSE-MIT 和 LICENSE-APACHE 文件。
//
// 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Vistar.Application.Service.ProductionMaterialsManagement.Dto;
///
/// 生产物料管理输出参数
///
public class ProductionMaterialsManagementOutput
{
public long idRecord { get; set; }
public int? 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? fld004592 { get; set; }
///
/// 材料
///
public string? fld004593 { get; set; }
///
/// 单位
///
public string? fld004594 { get; set; }
///
/// 行业领域
///
public string? fld004595 { get; set; }
///
/// 物料类型
///
public string? fld004596 { get; set; }
///
/// 工厂
///
public string? fld004597 { get; set; }
///
/// 物料描述
///
public string? fld004598 { get; set; }
///
/// 物料组
///
public string? fld004599 { get; set; }
///
/// 采购类型
///
public string? fld004600 { get; set; }
///
/// 特殊采购
///
public string? fld004601 { get; set; }
///
/// 散装物料
///
public string? fld004602 { get; set; }
///
/// 反冲
///
public string? fld004603 { get; set; }
///
/// 物料同步状态
///
public string? fld004604 { get; set; }
///
/// 物料同步信息
///
public string? fld004605 { get; set; }
///
/// 物料同步时间
///
public DateTime? fld004606 { get; set; }
///
/// 物料同步标识 A:新增 M:修改 D:停用 N:已处理
///
public string? fld004607 { get; set; }
///
/// 创建人员
///
public long? fld004608 { get; set; }
///
/// 创建人员ID
///
public string? fld004608_Rec { get; set; }
///
/// 创建日期
///
public DateTime? fld004609 { get; set; }
///
/// 审核人员
///
public long? fld004610 { get; set; }
///
/// 审核人员ID
///
public string? fld004610_Rec { get; set; }
///
/// 审核日期
///
public DateTime? fld004611 { get; set; }
///
/// 一级分类代号
///
public string? fld004613 { get; set; }
///
/// 二级分类代号
///
public string? fld004614 { get; set; }
///
/// 三级分类代号
///
public string? fld004615 { get; set; }
///
/// 四级分类代号
///
public string? fld004616 { get; set; }
///
/// 一级分类
///
public string? fld004617 { get; set; }
///
/// 二级分类
///
public string? fld004618 { get; set; }
///
/// 三级分类
///
public string? fld004619 { get; set; }
///
/// 四级分类
///
public string? fld004620 { get; set; }
public string? fld004695 { get; set; }
public string? fld004696 { get; set; }
public string? fld004697 { get; set; }
public string? fld004901 { get; set; }
public string? fld004902 { get; set; }
public string? fld004903 { get; set; }
public string? fld004904 { get; set; }
public double? fld004905 { get; set; }
public double? fld004907 { get; set; }
public string? fld004908 { get; set; }
public string? fld004909 { get; set; }
public string? fld004910 { get; set; }
public string? fld004911 { get; set; }
public string? fld004973 { get; set; }
public string? fld005323 { get; set; }
}