From 1afb2a9df1a582efac30c8c12e01fdeab8b60ec7 Mon Sep 17 00:00:00 2001 From: lidongdong <1459917685@qq.com> Date: 星期三, 19 十月 2022 09:52:12 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/huacheng_test' into huacheng_test --- flower_city/src/main/java/com/dg/core/db/gen/entity/TransactionEvent.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/flower_city/src/main/java/com/dg/core/db/gen/entity/TransactionEvent.java b/flower_city/src/main/java/com/dg/core/db/gen/entity/TransactionEvent.java index 5e4822e..9c9b8ec 100644 --- a/flower_city/src/main/java/com/dg/core/db/gen/entity/TransactionEvent.java +++ b/flower_city/src/main/java/com/dg/core/db/gen/entity/TransactionEvent.java @@ -277,6 +277,7 @@ @ApiModelProperty(name = "operationalGuidelineName", value = "操作指南名称") private String operationalGuidelineName; - + @ApiModelProperty(name = "classifyIds", value = "前端使用") + private String classifyIds; } -- Gitblit v1.7.1