liding
5 天以前 02f0f418d2409a8a19b440101601c6b604e21606
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,7 +82,7 @@
     * 登记人id
     */
    @TableField(value = "registrant_id")
    private String registrantId;
    private Long registrantId;
    /**
     * 登记日期
     */