修复DictData的type字段无法保存的问题
This commit is contained in:
@@ -35,7 +35,6 @@ public class DictData implements Serializable {
|
||||
private String dictDataName;
|
||||
|
||||
@Schema(description = "字段类型")
|
||||
@TableField(exist = false)
|
||||
private String type;
|
||||
|
||||
@Schema(description = "字段名称")
|
||||
|
||||
Reference in New Issue
Block a user