From 08f1b1f1804a8bd833d42f257908d80e88387b55 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期五, 14 三月 2025 11:27:47 +0800 Subject: [PATCH] 3.5增加登录验证、修改密码、人员列表调整 --- 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