xuhy
2025-09-02 3468014fba7730e1f94131d02074238f6fc0a8f1
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;
}