【修复】修复 #I6N98C GenConfig Entity SortCode字段与数据库对应字段数据类型不符

pull/94/head
xuyuxiang 2023-03-15 14:39:37 +08:00
parent b81d122b95
commit 5345501700
1 changed files with 1 additions and 1 deletions

View File

@ -91,5 +91,5 @@ public class GenConfig extends CommonEntity {
/** 排序 */
@ApiModelProperty(value = "排序", position = 16)
private String sortCode;
private Integer sortCode;
}