载具更换代码优化
This commit is contained in:
@@ -15,10 +15,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto
|
||||
/// <summary>
|
||||
/// 老载具ID
|
||||
/// </summary>
|
||||
public string old_carry_id { get; set; }
|
||||
public string old_carry_id { get; set; } = string.Empty;
|
||||
/// <summary>
|
||||
/// 新载具ID
|
||||
/// </summary>
|
||||
public string new_carry_id { get; set; }
|
||||
public string new_carry_id { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user