454 lines
13 KiB
C#
454 lines
13 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("Obj81","")]
|
|||
|
[Tenant("启威星 1.94.4.74")]
|
|||
|
public class Obj81
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[Required]
|
|||
|
[SugarColumn(ColumnName = "idRecord", IsIdentity = true, ColumnDescription = "", IsPrimaryKey = true)]
|
|||
|
public long idRecord { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "CheckedStatus", ColumnDescription = "")]
|
|||
|
public bool? CheckedStatus { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "VersionIndex", ColumnDescription = "")]
|
|||
|
public bool? 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 = "dateModified", ColumnDescription = "")]
|
|||
|
public DateTime? dateModified { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "UserCreatedId", ColumnDescription = "")]
|
|||
|
public long? UserCreatedId { 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 = 50)]
|
|||
|
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 = "EnableNotifications", ColumnDescription = "")]
|
|||
|
public bool? EnableNotifications { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "UserId", ColumnDescription = "")]
|
|||
|
public long? UserId { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "FirstName", ColumnDescription = "", Length = -1)]
|
|||
|
public string? FirstName { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "LastName", ColumnDescription = "", Length = -1)]
|
|||
|
public string? LastName { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "VersionCreatedDate", ColumnDescription = "")]
|
|||
|
public DateTime? VersionCreatedDate { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "VersionUserCreatedId", ColumnDescription = "")]
|
|||
|
public long? VersionUserCreatedId { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "LineManager", ColumnDescription = "")]
|
|||
|
public long? LineManager { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "LineManager_Rec", ColumnDescription = "", Length = 40)]
|
|||
|
public string? LineManager_Rec { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "LineManagerOther", ColumnDescription = "")]
|
|||
|
public long? LineManagerOther { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "LineManagerOther_Rec", ColumnDescription = "", Length = 40)]
|
|||
|
public string? LineManagerOther_Rec { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "_CheckOutInProgress", ColumnDescription = "")]
|
|||
|
public bool? _CheckOutInProgress { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "LinkDrw", ColumnDescription = "")]
|
|||
|
public bool? LinkDrw { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "ParentRecordGuid", ColumnDescription = "", Length = 50)]
|
|||
|
public string? ParentRecordGuid { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld003866", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld003866 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld003975", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld003975 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld003976", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld003976 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld003977", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld003977 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld003978", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld003978 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld003979", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld003979 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld003980", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld003980 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld003981", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld003981 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld003982", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld003982 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld003983", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld003983 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld003984", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld003984 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[Required]
|
|||
|
[SugarColumn(ColumnName = "_System_ObjNbsAuto", ColumnDescription = "", Length = 50)]
|
|||
|
public string _System_ObjNbsAuto { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004216", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004216 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004217", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004217 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004218", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004218 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004219", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004219 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004220", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004220 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004221", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004221 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004222", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004222 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004223", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004223 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004224", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004224 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004225", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004225 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004226", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004226 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004227", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004227 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004228", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004228 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004229", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004229 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004230", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004230 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004231", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004231 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004232", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004232 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004233", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004233 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004234", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004234 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "_System_WebLink", ColumnDescription = "", Length = 500)]
|
|||
|
public string? _System_WebLink { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "isReleasedVersion", ColumnDescription = "")]
|
|||
|
public bool? isReleasedVersion { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld004900", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld004900 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld005700", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld005700 { get; set; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
[SugarColumn(ColumnName = "fld006088", ColumnDescription = "", Length = -1)]
|
|||
|
public string? fld006088 { get; set; }
|
|||
|
|
|||
|
}
|