1
huanghongfeng
2 天以前 a34059e688e947a2ea079a0646872f1a21089940
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_SelectionStandards.cs
@@ -68,5 +68,11 @@
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "制动盘方向")]
        public string PostContainer { get; set; }
        /// <summary>
        /// é¢„估轮径值
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "预估轮径值")]
        public decimal Estimatedvalue { get; set; }
    }
}