chenhaozhe
2026-04-22 c3c3ba8325acc965729de86b896f4dbeea80b8a2
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; }  // 托标准容器数量
    }
}