From 340a6a4ba1297249af7f03c0974818bb5baae497 Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期三, 28 五月 2025 18:15:16 +0800 Subject: [PATCH] 系统设置 --- ruoyi-system/src/main/java/com/ruoyi/system/domain/Industry.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/Industry.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/Industry.java index c32ab5d..71f20f1 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/Industry.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/Industry.java @@ -23,4 +23,8 @@ @TableField("order_num") @ApiModelProperty(value = "显示顺序(默认0)") private Integer orderNum; + + @TableField("del_flag") + @ApiModelProperty("删除标志(0-未删除,1-已删除)") + private Integer delFlag; } \ No newline at end of file -- Gitblit v1.7.1