This commit is contained in:
sxu 2025-03-07 11:05:53 +08:00
parent 146264d641
commit cd2791579c
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ public class SysRole extends BaseEntity
/** 角色ID */
@Excel(name = "角色序号", cellType = ColumnType.NUMERIC)
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long roleId;
/** 角色名称 */

View File

@ -151,7 +151,6 @@ public class SysUser extends BaseEntity {
/**
* 角色ID
*/
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long roleId;
/**