maven
2025-12-30 8b90abc8dc984cff231dc127a65ce6e492003eb2
main-business/src/main/java/com/ruoyi/business/dto/OfficialInventoryDto.java
@@ -18,8 +18,13 @@
    private String supplierName; //供应商
    private String registrant; //登记人
    private String supplierCoal; //供应商 + 煤种
    private List<CoalValue> coalValues; //媒质方案字段值
    private List<Map<String, String>> coalValues; //媒质方案字段值
    private List<Long> exportIds;//导出选中的id
}