From 3a45da15c947c2d478a44a51bd0f926647b1b841 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 11 四月 2025 16:33:17 +0800
Subject: [PATCH] 提交

---
 server/service/src/main/java/com/doumee/dao/business/model/ApplyChange.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/server/service/src/main/java/com/doumee/dao/business/model/ApplyChange.java b/server/service/src/main/java/com/doumee/dao/business/model/ApplyChange.java
index c5adcb4..591c63c 100644
--- a/server/service/src/main/java/com/doumee/dao/business/model/ApplyChange.java
+++ b/server/service/src/main/java/com/doumee/dao/business/model/ApplyChange.java
@@ -230,7 +230,15 @@
     @ApiModelProperty(value = "鍚堝苟鍗曚富閿紙淇濆崟锛�")
     @TableField(exist = false)
     private Integer unionApplyId;
-
+    @ApiModelProperty(value = "骞翠唤")
+    @TableField(exist = false)
+    private Integer year;
+    @ApiModelProperty(value = "缁熻鏉$洰鏁�")
+    @TableField(exist = false)
+    private Integer countNum;
+    @ApiModelProperty(value = "鎻愪氦鏃ユ湡寮�濮� yyyy-MM ")
+    @TableField(exist = false)
+    private String month;
 
     public TaxesInvoicingVO toTaxesInvoicingVO(){
         TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO();

--
Gitblit v1.9.3