heheng
2024-12-09 473a007e3f8dc9f54d73f691578624251bdc7185
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;
}