PDA
dengjunjie
2024-12-28 ad7bfeb2c3c948a5fc83e4459c51bfbeb0e271a5
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/InitializationLocationDTO.cs
@@ -37,7 +37,7 @@
        /// <summary>
        /// 鏄惁鍗曟繁璐т綅
        /// </summary>
        [PropertyValidate("娣卞害", MinValue = 1, NotNullAndEmpty = true)]
        [PropertyValidate("娣卞害", MinValue = 1, NotNullAndEmpty = true, IsContainMinValue = true)]
        public int Depth { get; set; }
    }
}