zss
2026-02-13 18417bb3dd6aff460cc5fce39ddd6f5e6e1b0960
src/main/java/com/ruoyi/account/pojo/AccountIncome.java
@@ -30,6 +30,16 @@
    private Long id;
    /**
     * 业务id
     */
    private Long businessId;
    /**
     * 业务类型 1-回款 2-借款
     */
    private Integer businessType;
    /**
     * 收入日期
     */
    @JsonFormat(pattern = "yyyy-MM-dd")