chore(emergency): 修正部署SQL,同步实体字典引用
- STATUS DEFAULT 改为 0(草稿) - PARENT_ID 注释修正 - 删除 first_aid_resource_status/first_aid_category_type 字典 - 同步移除实体 @Excel 注解中对应 dicCode Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ public class FirstAidResource implements Serializable {
|
||||
private Integer favoriteCount;
|
||||
|
||||
/** 发布状态(0=草稿,1=已发布,2=已下架) */
|
||||
@Excel(name = "状态", width = 15, dicCode = "first_aid_resource_status")
|
||||
@Excel(name = "状态", width = 15)
|
||||
@Schema(title = "发布状态(0=草稿,1=已发布,2=已下架)")
|
||||
private Integer status;
|
||||
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ public class FirstAidResourceCategory implements Serializable {
|
||||
private String name;
|
||||
|
||||
/** 类型(1=分类,2=标签) */
|
||||
@Excel(name = "类型", width = 15, dicCode = "first_aid_category_type")
|
||||
@Excel(name = "类型", width = 15)
|
||||
@Schema(title = "类型(1=分类,2=标签)")
|
||||
private Integer type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user