liyong
2026-04-17 8b68e5a8d8d43bcb45c9032c3eb893a2b8995acf
src/main/java/com/ruoyi/account/pojo/AccountExpense.java
@@ -35,7 +35,7 @@
    private Long businessId;
    /**
     * 业务类型 1-付款 2-还款
     * 业务类型 1-付款 2-还款 3-薪资发放
     */
    private Integer businessType;
@@ -126,4 +126,7 @@
    private Long tenantId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}