mirror of https://gitee.com/xiaonuobase/snowy
【修复】修复 #I6N98C GenConfig Entity SortCode字段与数据库对应字段数据类型不符
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…
Reference in New Issue