liding
昨天 f904274947d9a4bb44037e4d18a7d85c6aadaf7b
main-business/src/main/java/com/ruoyi/business/entity/Production.java
@@ -28,6 +28,11 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
     * 生产主表ID
     */
    @TableField(value = "production_master_id")
    private Long productionMasterId;
    /**
     * 煤种ID
     */
    @TableField(value = "coal_id")
@@ -37,11 +42,6 @@
     */
    @TableField(value = "coal")
    private String coal;
    /**
     * 热值
     */
    @TableField(value = "calorific_value")
    private Integer calorificValue;
    /**
     * 生产数量
     */
@@ -78,6 +78,11 @@
    @TableField(value = "producer")
    private String producer;
    /**
     * 生产人ID
     */
    @TableField(value = "producer_id")
    private String producerId;
    /**
     * 生产日期
     */
    @TableField(value = "production_date")