package com.ruoyi.service; import com.ruoyi.web.response.MatrixResponse; public interface MatrixService { MatrixResponse getMatrix(); }