1
yangle
2023-04-01 59a218f89e7e0eab7e310d7b650d9a0d272b098e
WebAPI/Models/Gy_RoutingBill.cs
@@ -29,5 +29,15 @@
        public double HAddSourceRate { get; set; }
        public double HDelSourceRate { get; set; }
        public string HPicNumVer { get; set; }
        public string HPicNumAssemble { get; set; }
        public string HMaterTexture { get; set; }
        public string HProductNum { get; set; }
        public string HVerNum { get; set; }
        public int HPRDORGID { get; set; }
        public int HOrgID { get; set; }
        public int IsProNo { get; set; }//是否转工序
    }
}