puzhibing
2024-02-29 7e1737e6b43827d5f766a49a4005077c5fa5eae3
1
2
3
4
5
6
7
8
9
10
11
package com.dsh.account.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.dsh.account.entity.Referee;
 
/**
 * @author 39373
 * @Date 2024/2/8 15:03
 */
public interface IRefereeService extends IService<Referee> {
}