527 lines
16 KiB
C#
527 lines
16 KiB
C#
// Admin.NET 项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。使用本项目应遵守相关法律法规和许可证的要求。
|
||
//
|
||
// 本项目主要遵循 MIT 许可证和 Apache 许可证(版本 2.0)进行分发和使用。许可证位于源代码树根目录中的 LICENSE-MIT 和 LICENSE-APACHE 文件。
|
||
//
|
||
// 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!
|
||
|
||
using Admin.NET.Core;
|
||
using SqlSugar;
|
||
using System.ComponentModel.DataAnnotations;
|
||
namespace Vistar.Application.Entity;
|
||
|
||
/// <summary>
|
||
/// 生产物料管理
|
||
/// </summary>
|
||
[SugarTable("OBJ112", "生产物料管理")]
|
||
[Tenant("启威星 1.94.4.74")]
|
||
public class Obj112
|
||
{
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[Required]
|
||
[SugarColumn(ColumnName = "idRecord", IsIdentity = true, ColumnDescription = "", IsPrimaryKey = true)]
|
||
public long idRecord { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "CheckedStatus", ColumnDescription = "")]
|
||
public int? CheckedStatus { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "VersionIndex", ColumnDescription = "")]
|
||
public int? VersionIndex { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "IsLatestVersion", ColumnDescription = "")]
|
||
public bool? IsLatestVersion { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "CreatedDate", ColumnDescription = "")]
|
||
public DateTime? CreatedDate { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "VersionCreatedDate", ColumnDescription = "")]
|
||
public DateTime? VersionCreatedDate { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "dateModified", ColumnDescription = "")]
|
||
public DateTime? dateModified { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "UserCreatedId", ColumnDescription = "")]
|
||
public long? UserCreatedId { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "VersionUserCreatedId", ColumnDescription = "")]
|
||
public long? VersionUserCreatedId { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "UserModifiedId", ColumnDescription = "")]
|
||
public long? UserModifiedId { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "RecordGuid", ColumnDescription = "", Length = 40)]
|
||
public string? RecordGuid { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "isVisibilityNormal", ColumnDescription = "")]
|
||
public bool? isVisibilityNormal { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "deleted", ColumnDescription = "")]
|
||
public bool? deleted { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "SubObjectGuid", ColumnDescription = "", Length = 40)]
|
||
public string? SubObjectGuid { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "PreviousStatus", ColumnDescription = "")]
|
||
public bool? PreviousStatus { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "revision", ColumnDescription = "", Length = 10)]
|
||
public string? revision { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "Record_image160_160", ColumnDescription = "")]
|
||
public byte[]? Record_image160_160 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "Record_Image320_240", ColumnDescription = "")]
|
||
public byte[]? Record_Image320_240 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "Record_ImageMax", ColumnDescription = "")]
|
||
public byte[]? Record_ImageMax { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_System_objNBS", ColumnDescription = "", Length = 100)]
|
||
public string? _System_objNBS { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_System_ObjDescription", ColumnDescription = "", Length = 200)]
|
||
public string? _System_ObjDescription { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_System_Effectivity_Begin", ColumnDescription = "")]
|
||
public DateTime? _System_Effectivity_Begin { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_System_Effectivity_End", ColumnDescription = "")]
|
||
public DateTime? _System_Effectivity_End { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "CheckedOutPc", ColumnDescription = "", Length = 255)]
|
||
public string? CheckedOutPc { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "GroupObjId", ColumnDescription = "")]
|
||
public long? GroupObjId { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_CheckOutInProgress", ColumnDescription = "")]
|
||
public bool? _CheckOutInProgress { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "EnableNotifications", ColumnDescription = "")]
|
||
public bool? EnableNotifications { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_system_objConfigurationName", ColumnDescription = "", Length = 255)]
|
||
public string? _system_objConfigurationName { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_system_objConfigurationType", ColumnDescription = "")]
|
||
public bool? _system_objConfigurationType { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_system_objConfigurationGuid", ColumnDescription = "", Length = 40)]
|
||
public string? _system_objConfigurationGuid { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[Required]
|
||
[SugarColumn(ColumnName = "ShowBomFromConfiguration", ColumnDescription = "", Length = 250)]
|
||
public string ShowBomFromConfiguration { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[Required]
|
||
[SugarColumn(ColumnName = "_System_ObjNbsAuto", ColumnDescription = "", Length = 50)]
|
||
public string _System_ObjNbsAuto { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_System_DerivedFrom", ColumnDescription = "", Length = 50)]
|
||
public string? _System_DerivedFrom { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_System_DerivedFrom_RecordGuid", ColumnDescription = "", Length = 50)]
|
||
public string? _System_DerivedFrom_RecordGuid { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_system_objLinkedCompare", ColumnDescription = "")]
|
||
public bool? _system_objLinkedCompare { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "isReleasedVersion", ColumnDescription = "")]
|
||
public bool? isReleasedVersion { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "_System_WebLink", ColumnDescription = "", Length = 500)]
|
||
public string? _System_WebLink { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "LinkDrw", ColumnDescription = "")]
|
||
public bool? LinkDrw { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "ParentRecordGuid", ColumnDescription = "", Length = -1)]
|
||
public string? ParentRecordGuid { get; set; }
|
||
|
||
/// <summary>
|
||
/// 品牌
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004592", ColumnDescription = "品牌", Length = -1)]
|
||
public string? fld004592 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 材料
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004593", ColumnDescription = "材料", Length = -1)]
|
||
public string? fld004593 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 单位
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004594", ColumnDescription = "单位", Length = -1)]
|
||
public string? fld004594 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 行业领域
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004595", ColumnDescription = "行业领域", Length = -1)]
|
||
public string? fld004595 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 物料类型
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004596", ColumnDescription = "物料类型", Length = -1)]
|
||
public string? fld004596 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 工厂
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004597", ColumnDescription = "工厂", Length = -1)]
|
||
public string? fld004597 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 物料描述
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004598", ColumnDescription = "物料描述", Length = -1)]
|
||
public string? fld004598 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 物料组
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004599", ColumnDescription = "物料组", Length = -1)]
|
||
public string? fld004599 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 采购类型
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004600", ColumnDescription = "采购类型", Length = -1)]
|
||
public string? fld004600 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 特殊采购
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004601", ColumnDescription = "特殊采购", Length = -1)]
|
||
public string? fld004601 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 散装物料
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004602", ColumnDescription = "散装物料", Length = -1)]
|
||
public string? fld004602 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 反冲
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004603", ColumnDescription = "反冲", Length = -1)]
|
||
public string? fld004603 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 物料同步状态
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004604", ColumnDescription = "物料同步状态", Length = -1)]
|
||
public string? fld004604 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 物料同步信息
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004605", ColumnDescription = "物料同步信息", Length = -1)]
|
||
public string? fld004605 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 物料同步时间
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004606", ColumnDescription = "物料同步时间")]
|
||
public DateTime? fld004606 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 物料同步标识 A:新增 M:修改 D:停用 N:已处理
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004607", ColumnDescription = "物料同步标识 A:新增 M:修改 D:停用 N:已处理", Length = -1)]
|
||
public string? fld004607 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 创建人员
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004608", ColumnDescription = "创建人员")]
|
||
public long? fld004608 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 创建人员ID
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004608_Rec", ColumnDescription = "创建人员ID", Length = -1)]
|
||
public string? fld004608_Rec { get; set; }
|
||
|
||
/// <summary>
|
||
/// 创建日期
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004609", ColumnDescription = "创建日期")]
|
||
public DateTime? fld004609 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 审核人员
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004610", ColumnDescription = "审核人员")]
|
||
public long? fld004610 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 审核人员ID
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004610_Rec", ColumnDescription = "审核人员ID", Length = -1)]
|
||
public string? fld004610_Rec { get; set; }
|
||
|
||
/// <summary>
|
||
/// 审核日期
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004611", ColumnDescription = "审核日期")]
|
||
public DateTime? fld004611 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 一级分类代号
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004613", ColumnDescription = "一级分类代号", Length = -1)]
|
||
public string? fld004613 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 二级分类代号
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004614", ColumnDescription = "二级分类代号", Length = -1)]
|
||
public string? fld004614 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 三级分类代号
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004615", ColumnDescription = "三级分类代号", Length = -1)]
|
||
public string? fld004615 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 四级分类代号
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004616", ColumnDescription = "四级分类代号", Length = -1)]
|
||
public string? fld004616 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 一级分类
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004617", ColumnDescription = "一级分类", Length = -1)]
|
||
public string? fld004617 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 二级分类
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004618", ColumnDescription = "二级分类", Length = -1)]
|
||
public string? fld004618 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 三级分类
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004619", ColumnDescription = "三级分类", Length = -1)]
|
||
public string? fld004619 { get; set; }
|
||
|
||
/// <summary>
|
||
/// 四级分类
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004620", ColumnDescription = "四级分类", Length = -1)]
|
||
public string? fld004620 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004695", ColumnDescription = "", Length = -1)]
|
||
public string? fld004695 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004696", ColumnDescription = "", Length = -1)]
|
||
public string? fld004696 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004697", ColumnDescription = "", Length = -1)]
|
||
public string? fld004697 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004901", ColumnDescription = "", Length = -1)]
|
||
public string? fld004901 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004902", ColumnDescription = "", Length = -1)]
|
||
public string? fld004902 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004903", ColumnDescription = "", Length = -1)]
|
||
public string? fld004903 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004904", ColumnDescription = "", Length = -1)]
|
||
public string? fld004904 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004905", ColumnDescription = "")]
|
||
public double? fld004905 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004907", ColumnDescription = "")]
|
||
public double? fld004907 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004908", ColumnDescription = "", Length = -1)]
|
||
public string? fld004908 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004909", ColumnDescription = "", Length = -1)]
|
||
public string? fld004909 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004910", ColumnDescription = "", Length = -1)]
|
||
public string? fld004910 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004911", ColumnDescription = "", Length = -1)]
|
||
public string? fld004911 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld004973", ColumnDescription = "", Length = -1)]
|
||
public string? fld004973 { get; set; }
|
||
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
[SugarColumn(ColumnName = "fld005323", ColumnDescription = "", Length = -1)]
|
||
public string? fld005323 { get; set; }
|
||
|
||
}
|