yys
maven
3 天以前 a2d8705903ec73b585eaca24f013e081929db953
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
}