| | |
| | | @Resource |
| | | private CategoryContryDao categoryContryDao; |
| | | |
| | | public CategoryContryDao getCategoryContryDao() { |
| | | return categoryContryDao; |
| | | } |
| | | |
| | | public void setCategoryContryDao(CategoryContryDao categoryContryDao) { |
| | | this.categoryContryDao = categoryContryDao; |
| | | } |
| | | |
| | | public ClassService getClassService() { |
| | | return classService; |
| | | } |
| | | |
| | | public void setClassService(ClassService classService) { |
| | | this.classService = classService; |
| | | } |
| | | |
| | | @Cacheable(value = "classCache", key = "'categoryContryList'+'-'+#cid") |
| | | public List<CategoryContry> categoryContryList(String cid) { |
| | | |