xin
2025-07-10 9bb306e77b07fe5296eecc2e8d7edf9c9f8187e9
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;
}