权限主键ID类型修改成int
This commit is contained in:
parent
f0f2099c26
commit
adf09789e3
@ -9,9 +9,9 @@ import java.util.Date;
|
||||
|
||||
@Data
|
||||
public class SysAuthorityDto implements Serializable {
|
||||
/** 机构id */
|
||||
/** 权限id */
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long id ;
|
||||
private Integer id ;
|
||||
/** 权限编码 */
|
||||
private String authorityCode;
|
||||
/** 权限名称 */
|
||||
|
@ -20,7 +20,7 @@ public class SysRoleAuthVo implements Serializable {
|
||||
* 主键ID
|
||||
*/
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long id;
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 权限编码
|
||||
|
Loading…
Reference in New Issue
Block a user