maven
18 小时以前 a9f5a3ecb092a780122cb8a99d9a16f71d560153
src/main/java/com/ruoyi/purchase/pojo/PaymentRegistration.java
@@ -37,6 +37,11 @@
    private Long purchaseLedgerId;
    /**
     * 采购订单产品id
     */
    private Long saleLedgerProductId;
    /**
     * 供应商id
     */
    private Long supplierId;
@@ -66,9 +71,11 @@
    /**
     * 登记人
     */
    @TableField(fill = FieldFill.INSERT)
    private Long registrantId;
    // 租户id
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    /**