From 5e7892cd0921111dfbaf84196f2593f8045d1c11 Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期四, 08 十二月 2022 13:16:54 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/haucheng_panzhihua' into haucheng_panzhihua --- 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