liu
昨天 cff970c90a81c307ace673ff0bb4c31c7c0cdad9
yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/dal/dataobject/finance/ErpFinancePaymentDO.java
@@ -42,6 +42,12 @@
     */
    private Integer status;
    /**
     * 工作流编号
     *
     * 关联 BPM 流程实例的 id
     */
    private String processInstanceId;
    /**
     * 付款时间
     */
    private LocalDateTime paymentTime;
@@ -64,11 +70,9 @@
     */
    private Long invoiceId;
    /**
     * 付款账户编号
     *
     * 关联 {@link ErpAccountDO#getId()}
     * 付款账户
     */
    private Long accountId;
    private String accountName;
    /**
     * 合计价格,单位:元