Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -15,6 +15,14 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
public string material_id { get; set; }
|
||||
public string material_code { get; set; }
|
||||
public string material_name { get; set; }
|
||||
/// <summary>
|
||||
/// 规格型号
|
||||
/// </summary>
|
||||
public string? material_specification { get; set; }
|
||||
/// <summary>
|
||||
/// 箱号
|
||||
/// </summary>
|
||||
public string? container_no { get; set; }
|
||||
public string location_id { get; set; } = "";
|
||||
public string location_code { get; set; } = "";
|
||||
public string code_batch { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user