优化代码生成同步后字典值NULL问题
parent
52fe19e933
commit
db3e571af0
|
@ -63,7 +63,7 @@ public class GenTableColumn extends BaseEntity
|
||||||
private String htmlType;
|
private String htmlType;
|
||||||
|
|
||||||
/** 字典类型 */
|
/** 字典类型 */
|
||||||
private String dictType;
|
private String dictType = "";
|
||||||
|
|
||||||
/** 排序 */
|
/** 排序 */
|
||||||
private Integer sort;
|
private Integer sort;
|
||||||
|
|
Loading…
Reference in New Issue