Merge remote-tracking branch 'base-version/main' into dev

This commit is contained in:
chenbowen
2025-11-13 21:40:08 +08:00
5 changed files with 33 additions and 40 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;
/**
* 部门名称
*/