异常开始结束带代码提交
This commit is contained in:
@@ -19,10 +19,18 @@ namespace Tnb.EquipMgr.Entities.Dto
|
||||
/// <summary>
|
||||
/// 模具编码
|
||||
/// </summary>
|
||||
public string mold_code { get; set; }
|
||||
public string? mold_code { get; set; }
|
||||
/// <summary>
|
||||
/// 模具名称
|
||||
/// </summary>
|
||||
public string mold_name { get;}
|
||||
public string? mold_name { get; set; }
|
||||
/// <summary>
|
||||
/// 库房编码
|
||||
/// </summary>
|
||||
public string? whcode { get; set; }
|
||||
/// <summary>
|
||||
/// 库位编码
|
||||
/// </summary>
|
||||
public string? location_code { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user