9 天以前 9909b15c6d0435bee3b2a92115762f2c046d238f
src/main/java/com/ruoyi/account/pojo/AccountExpense.java
@@ -30,6 +30,16 @@
    private Long id;
    /**
     * 业务id
     */
    private Long businessId;
    /**
     * 业务类型 1-付款 2-还款 3-销售退款
     */
    private Integer businessType;
    /**
     * 支出日期
     */
    @JsonFormat(pattern = "yyyy-MM-dd")