1
zyy3
2025-11-05 0426160a1f283c1f810e3059f6037676da8cb110
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> {
}