物料单位
This commit is contained in:
@@ -27,7 +27,14 @@ namespace WMS.Web.Core.Dto.Erp
|
||||
/// </summary>
|
||||
public string Specifications { get; set; }
|
||||
|
||||
public string Status { get; set; }
|
||||
public string UseOrgId { get; set; }
|
||||
/// <summary>
|
||||
/// 基本单位
|
||||
/// </summary>
|
||||
public int BaseUnitId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 基本单位名称
|
||||
/// </summary>
|
||||
public string BaseUnitName { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user