1
duhe
2025-06-20 26e8916e93695cf064608a9ea219ac3602a5b93e
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; }
    }
}