maven
11 小时以前 5eec9b5a9d8bf9e49663d5a51cab7490fef5b204
main-business/src/main/java/com/ruoyi/business/dto/OfficialInventoryDto.java
@@ -14,12 +14,19 @@
    private List<Long> ids;//要合并的正式库的id
    private Integer type;
    private String coal; //煤种
    private String supplierName; //供应商
    private String registrant; //登记人
    private String supplierCoal; //供应商 + 煤种
    private List<CoalValue> coalValues; //媒质方案字段值
    private List<Map<String, String>> coalValues; //媒质方案字段值
    private List<Long> exportIds;//导出选中的id
}