服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-12-25 6c1b1e0601a7db6b576aaa180d6777418a404f18
Tiger.Model.Net/Entitys/WMS/WMS_ITEM_PKG.cs
@@ -120,6 +120,16 @@
        /// </summary>
        public string PRINT_USER { get; set; }
        /// <summary>
        /// 重量
        /// </summary>
        [DisplayName("重量")]
        public double WEIGHT { get; set; }
        /// <summary>
        /// 重量单位
        /// </summary>
        [DisplayName("重量单位")]
        public string WEIGHT_UNIT { get; set; }
        /// <summary>
        /// 备注
        /// </summary>
        public string REMARK { get; set; }