调整后台返回部门id与公司id类型为 string
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
* 部门名称
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user