puzhibing
2024-02-22 11f6d2627ce8eb37c6460892509460b0e19e5656
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> {
}