1. 流程枚举状态补充方法返回对应枚举

2. 新增获得指定用户的公司部门信息携带 Code
This commit is contained in:
qianshijiang
2025-09-28 11:43:54 +08:00
committed by chenbowen
parent 139ed3a761
commit bd150b8a85
3 changed files with 13 additions and 0 deletions

View File

@@ -24,4 +24,9 @@ public class CompanyDeptInfo {
* 部门名称
*/
private String deptName;
private String companyCode;
private String deptCode;
}