新版仿ok交易所-后端
yml
zyy
2026-01-14 ff4c377dbc5c754dd3703ab22514545da23f49a9
1
2
3
4
5
6
7
8
package com.yami.trading.dao.purchasing;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yami.trading.bean.purchasing.ProjectBreed;
import org.springframework.stereotype.Service;
 
public interface  ProjectBreedMapper extends BaseMapper<ProjectBreed> {
}