服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
20 小时以前 0c0309afae85b72746bd2431c10c7f5982e210e3
Tiger.Model.Net/Entitys/WMS/WMS_SUPP_DLVY.cs
@@ -103,11 +103,11 @@
        /// <summary>
        /// 毛重
        /// </summary>
        public decimal GROSS_WEIGHT { get; set; }
        public double GROSS_WEIGHT { get; set; }
        /// <summary>
        /// 净重
        /// </summary>
        public decimal NET_WEIGHT { get; set; }
        public double NET_WEIGHT { get; set; }
        /// <summary>
        /// 重量单位
        /// </summary>