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