| | |
| | | import org.springblade.core.mp.mapper.BladeMapper; |
| | | import org.springblade.mdm.basesetting.producedivision.entity.QinzheFgb; |
| | | |
| | | public interface QinzheFgbMapper extends BladeMapper<QinzheFgb> { |
| | | import java.util.List; |
| | | |
| | | //IPage<QinzheFgb> pageQuery(@Param("page")IPage<QinzheFgb> page, @Param("name")String name); |
| | | public interface QinzheFgbMapper extends BladeMapper<QinzheFgb> { |
| | | /** |
| | | * 获取零件号下拉数据 |
| | | * @param ljh 零件号模糊屁屁屁 |
| | | * @return 零件号列表 |
| | | */ |
| | | List<String> seletDropList(String ljh); |
| | | |
| | | //IPage<QinzheFgb> pageQuery(@Param("page")IPage<QinzheFgb> page, @Param("name")String name); |
| | | //pageMachine |
| | | } |