单点数据

This commit is contained in:
18942506660
2023-10-30 09:43:24 +08:00
parent a297330ea0
commit d11e15200d
8 changed files with 35 additions and 6 deletions

View File

@@ -14,6 +14,10 @@ namespace WMS.Web.Core.Dto.OutStockTask
/// </summary>
public int Id { get; set; }
/// <summary>
/// 明细Id
/// </summary>
public int DetailId { get; set; }
/// <summary>
/// 单据编号
/// </summary>
public string BillNo { get; set; }