啊鑫
2 天以前 00a72fff219241eb5b0405a066cc859d07cf7735
Dto/Warehouse/DefineTask006Dto.cs
@@ -1,6 +1,5 @@
using System.ComponentModel.DataAnnotations;
namespace NewPdaSqlServer.Dto.Warehouse;
using System.ComponentModel.DataAnnotations;
/// <summary>
///     立库入库数据传输对象
@@ -46,3 +45,6 @@
    [Range(1, int.MaxValue, ErrorMessage = "所在楼层必填")]
    public int Postition { get; set; }
}