优化代码生成同步后字典值NULL问题

master
RuoYi 2022-09-28 20:58:11 +08:00
parent 52fe19e933
commit db3e571af0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class GenTableColumn extends BaseEntity
private String htmlType;
/** 字典类型 */
private String dictType;
private String dictType = "";
/** 排序 */
private Integer sort;