com.fluxcache.example.service.StudentService Maven / Gradle / Ivy
The newest version!
package com.fluxcache.example.service;
import com.fluxcache.example.vo.StudentVO;
import java.util.List;
/**
* @author : wh
* @date : 2024/11/16 16:14
* @description:
*/
public interface StudentService {
List mockSelectSql();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy