1
zyy3
2025-12-08 115dd02a6ee947b8d3c568b019a2681078a07372
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> {
}