接口数据调整

This commit is contained in:
tongfei
2023-11-02 18:03:18 +08:00
parent f1cd7f0f5f
commit dbf5dc8bfe
3 changed files with 13 additions and 1 deletions

View File

@@ -45,5 +45,10 @@ namespace WMS.Web.Core.Dto.InStockTask
/// 数量
/// </summary>
public decimal Qty { get; set; }
/// <summary>
/// 明细备注
/// </summary>
public string Remark { get; set; }
}
}