fix: 代码生成问题修复和优化

This commit is contained in:
ray
2024-08-24 23:30:51 +08:00
parent 60a475c2b3
commit 33c8278a6a
3 changed files with 7 additions and 6 deletions

View File

@@ -55,12 +55,12 @@ public enum FormTypeEnum implements IBaseEnum<Integer> {
/**
* 日期时间框
*/
DATE_TIME(8, "日期时间"),
DATE(8, "日期框"),
/**
* 日期框
*/
DATE(9, "日期框");
DATE_TIME(9, "日期时间");
// Mybatis-Plus 提供注解表示插入数据库时插入该值