This commit is contained in:
sxu 2025-03-11 16:23:18 +08:00
parent ec6be9b8b5
commit 0c00e7949a
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ public class SysRole extends BaseEntity
@JsonFormat(shape = JsonFormat.Shape.STRING) @JsonFormat(shape = JsonFormat.Shape.STRING)
private Long companyId; private Long companyId;
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long areaId; private Long areaId;
private Long[] areaIds; private Long[] areaIds;