1
zrg
2025-07-02 d1f8476c8d366de352cf0bd9ef5cba31105e6f9d
WebAPI/Models/ClsGy_Repair.cs
@@ -14,9 +14,14 @@
        public string HShortNumber;   //短代码
        public int HParentID;       //父级
        public int HLevel;         //等级
        public int HUSEORGID;
        public int HCREATEORGID;
        public int HRepairClassID;
        public bool HEndFlag;        //末级标志
        public bool HStopflag;      //禁用标志
        public string HRemark;         //备注
        public string HMakeEmp;
        public string HRepairType;
        public string HUseFlag = "未使用";
    }
}