From bf15135228cbb9ac186cc8cc39e9da32d3f1d90f Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 19 六月 2024 15:51:19 +0800 Subject: [PATCH] 提交一把 --- server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java | 5 +++++ 1 files changed, 5 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 0cc063a..80ad3ac 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 @@ -135,6 +135,11 @@ @ApiModelProperty(value = "鎶曚繚浜烘暟") @TableField(exist = false) private Integer insureNum; + + @ApiModelProperty(value = "鍦ㄤ繚浜烘暟") + @TableField(exist = false) + private Integer guaranteeNum; + @ApiModelProperty(value = "鐘舵�佸悕绉�") @TableField(exist = false) private String statusInfo; -- Gitblit v1.9.3