From b7afe91768d36005dae17d7ad3daeb8c9b90c4f9 Mon Sep 17 00:00:00 2001 From: lidongdong <1459917685@qq.com> Date: 星期一, 03 七月 2023 15:01:32 +0800 Subject: [PATCH] 修改新增账号报错 --- flower_city/src/main/java/com/dg/core/db/gen/entity/ReplyTemplateEntity.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/flower_city/src/main/java/com/dg/core/db/gen/entity/ReplyTemplateEntity.java b/flower_city/src/main/java/com/dg/core/db/gen/entity/ReplyTemplateEntity.java index d97bc4d..b9a3ce1 100644 --- a/flower_city/src/main/java/com/dg/core/db/gen/entity/ReplyTemplateEntity.java +++ b/flower_city/src/main/java/com/dg/core/db/gen/entity/ReplyTemplateEntity.java @@ -147,4 +147,12 @@ @ApiModelProperty("推荐办事指南列表") private List<TransactionEvent> transactionEventList; + + /** + * 是否能够删除修改 + */ + @TableField(exist = false) + @ApiModelProperty("是否能够删除修改") + private Integer isDelete; + } -- Gitblit v1.7.1