update 代码生成字典类型字段新增更新验证策略

This commit is contained in:
疯狂的狮子Li 2025-12-18 09:43:05 +08:00
parent e8f4828528
commit d68e9e27de

View File

@ -114,6 +114,7 @@ public class GenTableColumn extends BaseEntity {
/**
* 字典类型
*/
@TableField(updateStrategy = FieldStrategy.ALWAYS, jdbcType = JdbcType.VARCHAR)
private String dictType;
/**