| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.yuanchu.mom.pojo.TechnologyTemplate; |
| | | import com.yuanchu.mom.pojo.vo.TechnologyTemplateVo1; |
| | | import org.apache.ibatis.annotations.Select; |
| | | |
| | | import java.util.List; |
| | |
| | | List<Integer> seleType(); |
| | | |
| | | //查询工序模版列表 |
| | | IPage<Map<String, Object>> selTech(Page<Object> page, String element, String father, Integer type); |
| | | List<TechnologyTemplateVo1> selTech(String element, String father, Integer type); |
| | | } |
| | | |