This commit is contained in:
tongfei
2023-10-30 10:47:08 +08:00
9 changed files with 39 additions and 28 deletions

View File

@@ -28,7 +28,7 @@ namespace WMS.Web.Core.Dto.ChangeBoxRecord
/// <summary>
/// 序列号
/// </summary>
public string SerialNumber { get; set; }
public string SerialNumbers { get; set; }
/// <summary>
/// 原箱子
/// </summary>

View File

@@ -7,7 +7,7 @@ namespace WMS.Web.Core.Dto.MoveBoxRecord
public class MoveBoxRecordQueryInfoResponse
{
/// <summary>
/// 物料规格型号
/// 规格型号
/// </summary>
public string Specifications { get; set; }
/// <summary>