buhuazhen
2 天以前 c008382d03297de7627b4b25ce0b081cccdcd556
main-business/src/main/java/com/ruoyi/business/dto/OfficialInventoryDto.java
@@ -22,6 +22,9 @@
    private String supplierCoal; //供应商 + 煤种
    private List<CoalValue> coalValues; //媒质方案字段值
    private List<Map<String, String>> coalValues; //媒质方案字段值
    private List<Long> exportIds;//导出选中的id
}