服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-30 5161b5052d368ae1d503cdca0cbe0a302e9d1e69
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; }