This commit is contained in:
tongfei
2023-11-06 16:56:42 +08:00
16 changed files with 907 additions and 23 deletions

View File

@@ -49,5 +49,9 @@ namespace WMS.Web.Core.Dto.Erp.OutStock
/// 创建时间erp那边的创建时间
///</summary>
public DateTime? CreateTime { get; set; }
/// <summary>
/// 用来自动构建单据类型 跟OutStockType 一致
/// </summary>
public int Type { get; set; }
}
}