MatrixService.java 144 Bytes
package com.ruoyi.service;

import com.ruoyi.web.response.MatrixResponse;

public interface MatrixService {

    MatrixResponse getMatrix();

}