chenhj
3 天以前 770361cf5d70c7893ffea4f1dacac297628aea1d
main-business/src/main/java/com/ruoyi/business/entity/ProductionMaster.java
@@ -28,15 +28,15 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
     * 煤种
     * 煤种id
     */
    @TableField(value = "coal")
    private String coal;
    @TableField(value = "coal_id")
    private String coalId;
    /**
     * 生产数量
     */
    @TableField(value = "production_quantity")
    private Integer productionQuantity;
    private BigDecimal productionQuantity;
    /**
     * 人工成本
     */