增加单据号

This commit is contained in:
18942506660
2023-11-11 17:59:49 +08:00
parent 2c717258ce
commit 5a9a89ad3f
8 changed files with 54 additions and 4 deletions

View File

@@ -9,6 +9,10 @@ namespace WMS.Web.Core.Dto.ChangeBoxRecord
/// </summary>
public class ChangeBoxRecordQueryInfoResponse
{
/// <summary>
/// 单据编号
/// </summary>
public string BillNo { get; set; }
/// <summary>
/// 物料名称
/// </summary>

View File

@@ -6,6 +6,10 @@ namespace WMS.Web.Core.Dto.MoveBoxRecord
{
public class MoveBoxRecordQueryInfoResponse
{
/// <summary>
/// 单据编号
/// </summary>
public string BillNo { get; set; }
/// <summary>
/// 箱号
/// </summary>