11 lines
157 B
Java
11 lines
157 B
Java
|
package com.example.catchTheLetters.service;
|
||
|
|
||
|
/**
|
||
|
* @author 慕华
|
||
|
* @date 2024/4/10
|
||
|
* @Version 1.0
|
||
|
* @description
|
||
|
*/
|
||
|
public interface LevelService {
|
||
|
}
|