优化接口

This commit is contained in:
tongfei
2024-01-29 10:01:17 +08:00
parent 129a866235
commit e514c814de
9 changed files with 120 additions and 119 deletions

View File

@@ -40,5 +40,10 @@ namespace WMS.Web.Core.Dto.Erp
/// 基本单位编码
/// </summary>
public string BaseUnitNumber { get; set; }
/// <summary>
/// 条码
/// </summary>
public string BarCode { get; set; }
}
}