1
zrg
2024-11-21 9dc7ad658e7629397a90d002c0ee65a3d67f8acf
WebAPI/Models/Gy_RoutingBill.cs
@@ -29,7 +29,18 @@
        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; }//是否转工序
        public string HProcPriceType { get; set; }//临时定额
        public DateTime HBeginDate { get; set; }//开始时间
        public DateTime HEndDate { get; set; }//失效时间
    }
}