ipo
zyy3
2026-01-06 97f6fdc09138a2346b61ccc4c716e87ab58e590f
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> {
}