物料单位

This commit is contained in:
tongfei
2023-11-08 11:11:34 +08:00
parent a943323a5f
commit 9bb1c5088f
3 changed files with 22 additions and 5 deletions

View File

@@ -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; }
}
}