|
|
|
@ -44,7 +44,7 @@ public class RoleScope implements Serializable {
|
|
|
|
|
*/ |
|
|
|
|
@JsonSerialize(using = ToStringSerializer.class) |
|
|
|
|
@ApiModelProperty(value = "主键") |
|
|
|
|
@TableId(value = "id", type = IdType.ID_WORKER) |
|
|
|
|
@TableId(value = "id", type = IdType.ASSIGN_ID) |
|
|
|
|
private Long id; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|