From e900c24639a79e7d37d484dcca225af75cece340 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期三, 07 八月 2024 11:57:27 +0800 Subject: [PATCH] 管理后台代码生成 --- ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TCoupon.java | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TCoupon.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TCoupon.java index 394efd2..af872cc 100644 --- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TCoupon.java +++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TCoupon.java @@ -107,14 +107,6 @@ @TableField("status") private Integer status; - @ApiModelProperty(value = "添加时间") - @TableField("create_time") - private LocalDateTime createTime; - - @ApiModelProperty(value = "删除(0=否,1=是)") - @TableField("del_flag") - @TableLogic - private Integer delFlag; } -- Gitblit v1.7.1