xin
2025-07-10 8924278e592465f30a45d5cf1dadca3eab5f66a8
oying-system/src/main/java/com/oying/modules/message/service/MessageSystemService.java
@@ -2,6 +2,8 @@
import com.oying.modules.message.domain.MessageSystem;
import com.oying.modules.message.domain.dto.MessageSystemQueryCriteria;
import java.util.Date;
import java.util.Map;
import java.util.List;
import java.io.IOException;
@@ -57,4 +59,6 @@
     * @throws IOException /
     */
    void download(List<MessageSystem> all, HttpServletResponse response) throws IOException;
}