335 lines
9.9 KiB
C#
335 lines
9.9 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>
|
|
/// 变更通知ECN
|
|
/// </summary>
|
|
[SugarTable("OBJ118", "变更通知ECN")]
|
|
[Tenant("启威星 1.94.4.74")]
|
|
public class Obj118
|
|
{
|
|
/// <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 = 50)]
|
|
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 = "StageId", ColumnDescription = "")]
|
|
public long? StageId { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "ProjectManager", ColumnDescription = "")]
|
|
public long? ProjectManager { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "ProjectManager_Rec", ColumnDescription = "")]
|
|
public long? ProjectManager_Rec { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "EnableNotifications", ColumnDescription = "")]
|
|
public bool? EnableNotifications { 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 = "_System_CurrentStage", ColumnDescription = "", Length = 250)]
|
|
public string? _System_CurrentStage { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[Required]
|
|
[SugarColumn(ColumnName = "_System_ObjNbsAuto", ColumnDescription = "", Length = 50)]
|
|
public string _System_ObjNbsAuto { 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 = "_System_ObjParentProcess", ColumnDescription = "")]
|
|
public long? _System_ObjParentProcess { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "_System_ObjParentProcess_Rec", ColumnDescription = "", Length = 40)]
|
|
public string? _System_ObjParentProcess_Rec { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld004638", ColumnDescription = "")]
|
|
public long? fld004638 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld004638_Rec", ColumnDescription = "", Length = -1)]
|
|
public string? fld004638_Rec { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld004693", ColumnDescription = "")]
|
|
public DateTime? fld004693 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld004694", ColumnDescription = "", Length = -1)]
|
|
public string? fld004694 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld005292", ColumnDescription = "", Length = -1)]
|
|
public string? fld005292 { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld005293", ColumnDescription = "", Length = -1)]
|
|
public string? fld005293 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld005294", ColumnDescription = "", Length = -1)]
|
|
public string? fld005294 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld005295", ColumnDescription = "", Length = -1)]
|
|
public string? fld005295 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld006576", ColumnDescription = "", Length = -1)]
|
|
public string? fld006576 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld006577", ColumnDescription = "", Length = -1)]
|
|
public string? fld006577 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld006578", ColumnDescription = "", Length = -1)]
|
|
public string? fld006578 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld006778", ColumnDescription = "", Length = -1)]
|
|
public string? fld006778 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld006310", ColumnDescription = "", Length = -1)]
|
|
public int? fld006310 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld006310_Rec", ColumnDescription = "", Length = -1)]
|
|
public string? fld006310_Rec { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld006780", ColumnDescription = "", Length = -1)]
|
|
public DateTime? fld006780 { get; set; }
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "fld006779", ColumnDescription = "", Length = -1)]
|
|
public string? fld006779 { get; set; }
|
|
|
|
}
|