yangle
2023-05-10 05e8d342bbff483c73ac4fc481ea16f203a78ba1
WebAPI/Models/Gy_Mould.cs
@@ -53,6 +53,7 @@
        public string HNumber { get; set; }
        public string HInnerBillNo { get; set; }
        public long HLifeUnitID { get; set; }
        public int HCaveQty { get; set; }
        public long HBOMID { get; set; }
        public string HSaveLife { get; set; }
@@ -60,6 +61,8 @@
        public string HMouldOWNER { get; set; }
        public int HMouldMaintainRuleInterID { get; set; }
        public int HMouldDotCheckRuleInterID { get; set; }
        public int HNowSupID { get; set; }
        public int HNowSupTypeID { get; set; }
    }
}