同步金蝶

This commit is contained in:
18942506660
2023-11-09 15:30:59 +08:00
parent e1a3a87ac3
commit 3450a98119
6 changed files with 50 additions and 7 deletions

View File

@@ -70,5 +70,9 @@ namespace WMS.Web.Core.Dto.OutStock
/// 出库数量
///</summary>
public decimal Qty { get; set; }
/// <summary>
/// 备注
/// </summary>
public string Remark { get; set; }
}
}