服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-08-22 0aa0370049c5499367394f494e8c804941cedcbc
Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs
@@ -114,6 +114,16 @@
        [DisplayName("加工段")]
        public string SEGMENT { get; set; }
        /// <summary>
        /// 重量
        /// </summary>
        [DisplayName("重量")]
        public double WEIGHT { get; set; }
        /// <summary>
        /// 重量单位
        /// </summary>
        [DisplayName("重量单位")]
        public string WEIGHT_UNIT { get; set; }
        /// <summary>
        /// 备注
        /// </summary>
        [DisplayName("备注")]