😭删除ecn实体类,入参出参类个别字段
This commit is contained in:
parent
8eda3dbc06
commit
8c10248dc2
@ -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>
|
||||
|
@ -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; }
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user