liyong
2026-01-30 2cfdf08a9d8101c5944ab97a02c21a0afe451ffa
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;
    /**
     * 人工成本
     */