From 09da100729793848bc01b51f7b05ca3f1e7ec64f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 20 六月 2024 14:05:35 +0800
Subject: [PATCH] 提交一把

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

diff --git a/server/service/src/main/java/com/doumee/dao/business/model/Taxes.java b/server/service/src/main/java/com/doumee/dao/business/model/Taxes.java
index aeabdaa..5959744 100644
--- a/server/service/src/main/java/com/doumee/dao/business/model/Taxes.java
+++ b/server/service/src/main/java/com/doumee/dao/business/model/Taxes.java
@@ -176,13 +176,21 @@
     @TableField(exist = false)
     List<TaxDetial> delTaxList ;//
 
+    @ApiModelProperty(value = "淇濆崟涓婚敭 - 鏌ヨ淇濆崟鐨勫紑绁ㄥ巻鍙茶褰�")
+    @TableField(exist = false)
+    private Integer applyId;
 
+    @ApiModelProperty(value = "鎾ゅ洖鎿嶄綔浜�")
+    @TableField(exist = false)
+    private String cancelUserName;
 
     public TaxesInvoicingVO getTaxesInvoicingVO(){
         TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO();
         taxesInvoicingVO.setId(this.getId());
         taxesInvoicingVO.setSolutionsName(this.getSolutionName());
         taxesInvoicingVO.setInsuranceCode(this.getInsuranceCode());
+        taxesInvoicingVO.setDownCode(this.getDoneCode());
+        taxesInvoicingVO.setCreateTime(this.getCreateDate());
         taxesInvoicingVO.setAmount(this.getPrice());
         taxesInvoicingVO.setType(Constants.TWO);
         return taxesInvoicingVO;

--
Gitblit v1.9.3