😭删除ecn实体类,入参出参类个别字段

This commit is contained in:
bairubing 2024-11-07 13:30:02 +08:00
parent 8eda3dbc06
commit 8c10248dc2
3 changed files with 0 additions and 16 deletions

View File

@ -246,18 +246,6 @@ public class Obj118
[SugarColumn(ColumnName = "fld004638_Rec", ColumnDescription = "", Length = -1)]
public string? fld004638_Rec { get; set; }
/// <summary>
///
/// </summary>
[SugarColumn(ColumnName = "fld004692", ColumnDescription = "")]
public long? fld004692 { get; set; }
/// <summary>
///
/// </summary>
[SugarColumn(ColumnName = "fld004692_Rec", ColumnDescription = "", Length = -1)]
public string? fld004692_Rec { get; set; }
/// <summary>
///
/// </summary>

View File

@ -52,8 +52,6 @@ public class ChangeNoticeEcnInput
public string? _System_ObjParentProcess_Rec { get; set; }
public long? fld004638 { get; set; }
public string? fld004638_Rec { get; set; }
public long? fld004692 { get; set; }
public string? fld004692_Rec { get; set; }
public DateTime? fld004693 { get; set; }
public string? fld004694 { get; set; }
public string? fld005292 { get; set; }

View File

@ -54,8 +54,6 @@ public class ChangeNoticeEcnOutput
public string? _System_ObjParentProcess_Rec { get; set; }
public long? fld004638 { get; set; }
public string? fld004638_Rec { get; set; }
public long? fld004692 { get; set; }
public string? fld004692_Rec { get; set; }
public DateTime? fld004693 { get; set; }
public string? fld004694 { get; set; }
public string? fld005292 { get; set; }