回退上架

This commit is contained in:
tongfei
2023-11-28 16:50:27 +08:00
parent e427b9c9b5
commit 1acfcf71b1
3 changed files with 70 additions and 5 deletions

View File

@@ -11,10 +11,17 @@ namespace WMS.Web.Core.Dto.BackRecord
public class SaveBackRecordDetailsRequest
{
/// <summary>
/// 所属箱号ID
/// 扫的箱号ID
/// </summary>
[Required(ErrorMessage = "箱号不能为空")]
public int BoxId { get; set; }
/// <summary>
/// 序列号所属箱不能为空
/// </summary>
[Required(ErrorMessage = "序列号所属箱不能为空")]
public int SerialNumberBoxId { get; set; }
/// <summary>
/// 物料ID
/// </summary>