heheng
2025-05-20 dc4f8829472baf47345e3a01384d7b5eaf7ee727
expert-system/src/main/java/com/gkhy/system/domain/ProjectExpert.java
@@ -121,6 +121,9 @@
    @ApiModelProperty(value = "计费标准")
    private String freightBasis;
    @ApiModelProperty(value = "计费标准说明")
    private String billingInstructions;
    /** 计费时长 */
    @ApiModelProperty(value = "计费时长")
    private BigDecimal billingDuration;
@@ -137,5 +140,20 @@
    @ApiModelProperty(value = "卡号")
    private String bankCard;
    @ApiModelProperty(value = "应纳税所得额")
    private BigDecimal taxableIncome;
    @ApiModelProperty(value = "应缴个税")
    private BigDecimal incomeTaxPayable;
    @ApiModelProperty(value = "专家费(税前)")
    private BigDecimal taxExpertFee;
    @ApiModelProperty(value = "交通费")
    private BigDecimal travelExpenses;
    @ApiModelProperty(value = "住宿费")
    private BigDecimal accommodationFee;
}