| | |
| | | |
| | | public interface BasJarMastService extends IService<BasJarMast> { |
| | | |
| | | List<BasJarMast> getJarMastByJarId(Long jarId); |
| | | List<BasJarMast> getJarMastByJarId(Integer jarId); |
| | | |
| | | BasJarMast getJarMastByJarIdMax(Long jarId); |
| | | BasJarMast getJarMastByJarIdMax(Integer jarId); |
| | | |
| | | BasJarMast getJarMastByJarIdMin(Long jarId); |
| | | BasJarMast getJarMastByJarIdMin(Integer jarId); |
| | | |
| | | Integer getJarMastByJarIdCount(Long jarId); |
| | | Integer getJarMastByJarIdCount(Integer jarId); |
| | | |
| | | Integer selectJarMastOperation(Integer jarId,Integer type); |
| | | |
| | | } |