Administrator
8 days ago 77f0205db7a5b9f3d0da4c8e18b7a706d5cf37b7
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.yinhe.mapper;
 
import cc.mrbird.febs.yinhe.entity.YHAiCompany;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface YHAiCompanyMapper extends BaseMapper<YHAiCompany> {
}