duhe
2024-09-26 38f56070dcdc172b96dff381697da200e5dc3f86
WebAPI/Models/M_Process.cs
@@ -68,5 +68,9 @@
        /// 备注
        /// </summary>
        public string HRemark { get; set; }
        public int HDeptID { get; set; }
        public int HProcMulID { get; set; }
        public M_Department DepartmentModel { get; set; }
        public M_ProcMul ProcMulModel { get; set; }
    }
}