1
zrg
2025-06-26 b891b1ca5af8e615ca68d5055e0babea5daa748b
WebAPI/Models/TechnologyParameterUnit.cs
@@ -20,5 +20,12 @@
        public string HUseFlag { get; set; }
        public DateTime HMakeTime { get; set; }
        public string HMakeEmp { get; set; }
        public string HCheckEmp { get; set; }
        public string HCheckTime { get; set; }
        public string HStopEmp { get; set; }
        public string HStopTime { get; set; }
        public Int64 HUSEORGID { get; set; }
        public Int64 HCREATEORGID { get; set; }
    }
}