yaowanxin
14 小时以前 b0bc22e001eb3e93254ef6cf525d916ddc6542ff
main-business/src/main/java/com/ruoyi/business/entity/PurchaseRegistration.java
@@ -47,11 +47,7 @@
     */
    @TableField(value = "coal_id")
    private Long coalId;
    /**
     * 煤种类型
     */
    @TableField(value = "coal")
    private String coal;
    /**
     * 采购数量
     */
@@ -86,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;
}