😭更新生产物料管理实体类、输入输出类
This commit is contained in:
parent
4f6c3eceef
commit
d17362eb97
@ -385,12 +385,6 @@ public class Obj112
|
|||||||
[SugarColumn(ColumnName = "fld004611", ColumnDescription = "审核日期")]
|
[SugarColumn(ColumnName = "fld004611", ColumnDescription = "审核日期")]
|
||||||
public DateTime? fld004611 { get; set; }
|
public DateTime? fld004611 { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 物料状态
|
|
||||||
/// </summary>
|
|
||||||
[SugarColumn(ColumnName = "fld004612", ColumnDescription = "物料状态", Length = -1)]
|
|
||||||
public string? fld004612 { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 一级分类代号
|
/// 一级分类代号
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -246,11 +246,6 @@ public class ProductionMaterialsManagementInput
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public DateTime? fld004611 { get; set; }
|
public DateTime? fld004611 { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 物料状态
|
|
||||||
/// </summary>
|
|
||||||
public string? fld004612 { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 一级分类代号
|
/// 一级分类代号
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -240,10 +240,6 @@ public class ProductionMaterialsManagementOutput
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public DateTime? fld004611 { get; set; }
|
public DateTime? fld004611 { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 物料状态
|
|
||||||
/// </summary>
|
|
||||||
public string? fld004612 { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 一级分类代号
|
/// 一级分类代号
|
||||||
|
Loading…
Reference in New Issue
Block a user