wangxinhui
2025-01-11 e9f11eec6cbb720dcb456edaf5af6db715b131e9
代码管理/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; }
    }
}