1
zrg
2025-12-30 7ed98153fc3b0598d2219565af8eb60714bf47e5
WebAPI/Models/TechnologyParameter.cs
@@ -18,6 +18,11 @@
        public string HUseFlag { get; set; }
        public DateTime HMakeTime { get; set; }
        public string HMakeEmp { get; set; }
        public long HUSEORGID { get; set; }
        public long HCREATEORGID { get; set; }
        public long HUnitID { get; set; }
        public long HClassID { get; set; }
    }
}