From 48a62ed1badc7b68a81e253240672b15d4c3d74a Mon Sep 17 00:00:00 2001
From: fengjin <1435304038@qq.com>
Date: 星期二, 18 十月 2022 18:31:01 +0800
Subject: [PATCH] 修改获取节假日依赖及代码

---
 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