生成单据编号

This commit is contained in:
18942506660
2023-10-28 15:16:18 +08:00
parent f5cc13f422
commit 25e8a9e30a
5 changed files with 67 additions and 10 deletions

View File

@@ -14,6 +14,10 @@ namespace WMS.Web.Core.Dto.OutStock
/// </summary>
public int Id { get; set; }
/// <summary>
/// 单据编号
/// </summary>
public string BillNo { get; set; }
/// <summary>
/// 单据状态
/// </summary>
public string Status { get; set; }