buhuazhen
2 天以前 1a376098d2e27eeb9c2af90fa501311c2035d5ab
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
}