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

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

View File

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