liyong
2026-01-30 069c5ab23fcbd02144079c4df0fd8183b22b1e04
main-business/src/main/java/com/ruoyi/business/entity/PurchaseRegistration.java
@@ -82,10 +82,15 @@
     * 登记人id
     */
    @TableField(value = "registrant_id")
    private String registrantId;
    private Long registrantId;
    /**
     * 登记日期
     */
    @TableField(value = "registration_date")
    private LocalDate registrationDate;
    /**
     * 运费
     */
    @TableField(value = "freight")
    private BigDecimal freight;
}