1
This commit is contained in:
@@ -155,5 +155,16 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
||||
/// 物料分类ID
|
||||
/// </summary>
|
||||
public string category_id { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 入库仓库id
|
||||
/// </summary>
|
||||
public string warehouse_id { get; set; }
|
||||
|
||||
public string warehouse_code { get; set; }
|
||||
|
||||
public string warehouse_name { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user