销售冠,post

This commit is contained in:
zhonghua1
2025-12-24 18:12:01 +08:00
parent 0e316d64c3
commit 7753523fb7
6 changed files with 27 additions and 7 deletions

View File

@@ -57,5 +57,9 @@ public class IndustryTags implements Serializable {
@TableField("update_time")
private LocalDateTime updateTime;
@Schema(description = "是否启用")
@TableField("enabled")
private boolean enabled;
}