From 3fee8832ca52667b26f702255677d62775ce5cd6 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期二, 09 四月 2024 19:06:40 +0800
Subject: [PATCH] 提交一把

---
 server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java b/server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java
index ad42551..0cc063a 100644
--- a/server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java
+++ b/server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java
@@ -119,6 +119,9 @@
     @JsonFormat(pattern = "yyyy-MM-dd")
     @TableField(exist = false)
     private Date queryStartTime;
+    @ApiModelProperty(value = "鏌ヨ绫诲瀷 1瀛愭煡璇㈠彲鍚堝苟鍗曟暟", example = "1")
+    @TableField(exist = false)
+    private  int queryFlag;
 
     @ApiModelProperty(value = "鏌ヨ缁撴潫鏃ユ湡", example = "1")
     @JsonFormat(pattern = "yyyy-MM-dd")

--
Gitblit v1.9.3