【修复】修复 #I6N98C GenConfig Entity SortCode字段与数据库对应字段数据类型不符
This commit is contained in:
parent
b81d122b95
commit
5345501700
@ -91,5 +91,5 @@ public class GenConfig extends CommonEntity {
|
|||||||
|
|
||||||
/** 排序 */
|
/** 排序 */
|
||||||
@ApiModelProperty(value = "排序", position = 16)
|
@ApiModelProperty(value = "排序", position = 16)
|
||||||
private String sortCode;
|
private Integer sortCode;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user