From cc839c8d2a0ef8d1311ec327ef0fe9c9eeea6c43 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 一月 2024 17:56:14 +0800
Subject: [PATCH] 开发业务接口
---
server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java b/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java
index 20ca2e1..0afb25a 100644
--- a/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java
+++ b/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java
@@ -77,12 +77,10 @@
@ApiModelProperty(value = "鏈熸湜淇濋櫓鐢熸晥璧锋湡")
@ExcelColumn(name="鏈熸湜淇濋櫓鐢熸晥璧锋湡")
-
private Date applyStartTime;
@ApiModelProperty(value = "瀹為檯淇濋櫓鐢熸晥姝㈡湡")
@ExcelColumn(name="瀹為檯淇濋櫓鐢熸晥姝㈡湡")
-
private Date endTime;
@ApiModelProperty(value = "瀹為檯淇濋櫓鐢熸晥璧锋湡")
@@ -128,6 +126,9 @@
@ApiModelProperty(value = "鏂规鍚嶇О")
@TableField(exist = false)
private String solutionsName;
+ @ApiModelProperty(value = "绛剧珷鍏抽敭瀛�")
+ @TableField(exist = false)
+ private String signKeyword;
@ApiModelProperty(value = "浜哄憳淇℃伅")
@TableField(exist = false)
@@ -173,9 +174,9 @@
@ApiModelProperty(value = "鐘舵�� 0寰呭鎵� 1寰呭嚭鍗� 2淇濋殰涓� 3宸茶繃鏈� 4宸叉挙鍥� 5閫�鍥炵敵璇蜂腑 6宸插叧闂�", example = "1")
@TableField(exist = false)
private Integer statusCollect;
-
-
-
+ @ApiModelProperty(value = "闆嗗悎鐘舵��" , example = "1")
+ @TableField(exist = false)
+ private String statusInfo;
public TaxesInvoicingVO getTaxesInvoicingVO(){
TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO();
@@ -188,7 +189,6 @@
taxesInvoicingVO.setType(Constants.ZERO);
return taxesInvoicingVO;
}
-
@ApiModelProperty(value = "鍦ㄧ嚎绛剧珷鍦板潃")
@TableField(exist = false)
private String signLink;
--
Gitblit v1.9.3