Merge branch 'master' of https://gitee.com/youlaiorg/youlai-boot
This commit is contained in:
@@ -25,7 +25,7 @@ public class ColumnMetaData {
|
||||
/**
|
||||
* 字段长度
|
||||
*/
|
||||
private Integer characterMaximumLength;
|
||||
private Long characterMaximumLength;
|
||||
|
||||
/**
|
||||
* 是否主键(1-是 0-否)
|
||||
|
||||
@@ -40,7 +40,7 @@ public class GenFieldConfig extends BaseEntity {
|
||||
/**
|
||||
* 字段长度
|
||||
*/
|
||||
private Integer maxLength;
|
||||
private Long maxLength;
|
||||
|
||||
/**
|
||||
* 字段名称
|
||||
@@ -103,4 +103,4 @@ public class GenFieldConfig extends BaseEntity {
|
||||
* 字典类型
|
||||
*/
|
||||
private String dictType;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,6 +27,9 @@ public class UserPageQuery extends BasePageQuery {
|
||||
@Schema(description="部门ID")
|
||||
private Long deptId;
|
||||
|
||||
@Schema(description="角色ID")
|
||||
private List<Long> roleIds;
|
||||
|
||||
@Schema(description="创建时间范围")
|
||||
private List<String> createTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user