调整后台返回部门id与公司id类型为 string

This commit is contained in:
chenbowen
2025-11-13 21:10:38 +08:00
parent c1f12dfe5e
commit 71e63519ae
2 changed files with 14 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ public class CompanyDeptInfo {
/**
* 公司Id
*/
private Long companyId;
private String companyId;
/**
* 公司名称
*/
@@ -19,7 +19,7 @@ public class CompanyDeptInfo {
/**
* 部门Id
*/
private Long deptId;
private String deptId;
/**
* 部门名称
*/