YL
2021-09-10 26f8b83cda74150d83dc09ab0b92b10b6f1286b1
WebAPI/Models/Department.cs
@@ -18,5 +18,37 @@
        public long HParentID { get; set; }
        public string HBarCode { get; set; }
        public long HSecManagerID { get; set; }
        public long HCreateOrgID { get; set; }
        public long HUseOrgID { get; set; }
        public string HHelpCode { get; set; }
        public string HCreator { get; set; }
        public bool HStopflag { get; set; }
        public Int64 HEmpID { get; set; }
        //public DateTime HCreateDate { get; set; }
        public string HUpDater { get; set; }
        //public DateTime HUpDateDate { get; set; }
        public string HChecker { get; set; }
        //public DateTime HCheckDate { get; set; }
        public string HDeleteMan { get; set; }
        //public DateTime HDeleteDate { get; set; }
    }
}