maven
2025-10-14 cf6b1cf6fa8f7784c6d7c64b7326d4662bc3d4b3
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;
    /**
     * 人工成本
     */
@@ -61,7 +61,7 @@
     *
     */
    @TableField(value = "producer_id")
    private String producerId;
    private Long producerId;
    /**
     * 生产人
     */