chenhaozhe
6 天以前 5a9d51aa1202f4e52173245d3069e6bd1949d51b
WebAPI/Models/Gy_Mould.cs
@@ -69,9 +69,9 @@
        public int HNowSPID { get; set; }
        public int HCREATEORGID { get; set; }
        public int HUSEORGID { get; set; }
        public int HMouldLength { get; set; }
        public int HMouldWidth { get; set; }
        public int HMouldHeight { get; set; }
        public double HMouldLength { get; set; }
        public double HMouldWidth { get; set; }
        public double HMouldHeight { get; set; }
        public bool HTransPackFlag { get; set; }
        public bool HSendPackFlag { get; set; }
@@ -91,5 +91,7 @@
        public string HGaugeDesignSize { get; set; }  // 检具设计尺寸
        public int HProductQTY { get; set; }  // 产品数量
        public int HManagerID { get; set; }  // 负责人
        public double HPackV { get; set; }  // 托体积
        public double HStandardQtyForMouldInPack { get; set; }  // 托标准容器数量
    }
}