From 059a17ed08ef946e921f538dce08bd7258a11fb3 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Wed, 02 Apr 2025 15:44:44 +0800
Subject: [PATCH] 增加专家导出
---
expert-system/src/main/java/com/gkhy/system/domain/vo/response/ProjectExpertExportResp.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/expert-system/src/main/java/com/gkhy/system/domain/vo/response/ProjectExpertExportResp.java b/expert-system/src/main/java/com/gkhy/system/domain/vo/response/ProjectExpertExportResp.java
index 8a11937..db7a5b6 100644
--- a/expert-system/src/main/java/com/gkhy/system/domain/vo/response/ProjectExpertExportResp.java
+++ b/expert-system/src/main/java/com/gkhy/system/domain/vo/response/ProjectExpertExportResp.java
@@ -31,6 +31,9 @@
@ApiModelProperty(value = "计费标准")
private String freightBasis;
+ @ApiModelProperty(value = "计费标准说明")
+ private String billingInstructions;
+
/** 计费时长 */
@ApiModelProperty(value = "计费时长")
private BigDecimal billingDuration;
@@ -47,6 +50,13 @@
@ApiModelProperty(value = "卡号")
private String bankCard;
+ @ApiModelProperty(value = "应纳税所得额")
+ private BigDecimal taxableIncome;
+ @ApiModelProperty(value = "应缴个税")
+ private BigDecimal incomeTaxPayable;
+
+ @ApiModelProperty(value = "专家费(税前)")
+ private BigDecimal taxExpertFee;
}
--
Gitblit v1.9.2