ruoyi-system/src/main/java/com/ruoyi/system/model/TCrmBranchSalary.java
@@ -41,11 +41,11 @@ @ApiModelProperty(value = "底薪") @TableField("base_salary") private Double baseSalary; private BigDecimal baseSalary; @ApiModelProperty(value = "差旅补助") @TableField("travel_allowance") private Double travelAllowance; private BigDecimal travelAllowance; }