From f1a64d400938d12478161b95aed0c38c28141110 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 03 一月 2025 15:14:57 +0800
Subject: [PATCH] git ch

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