Пример #1
0
 @Override
 public List<Integer> getAssemblyIdsByPrjId(int prjId) {
   return assemblyDOMapper.selectAssemblyIdsByPrjId(prjId);
 }