| | |
| | | package com.iailab.module.data.ind.category.service.impl; |
| | | |
| | | import com.iailab.framework.common.util.object.BeanUtils; |
| | | import com.iailab.framework.mybatis.core.query.LambdaQueryWrapperX; |
| | | import com.iailab.module.data.ind.category.entity.IndItemCategoryEntity; |
| | | import com.iailab.module.data.ind.category.service.IndItemCategoryService; |
| | | import com.iailab.module.data.ind.category.vo.IndItemCategoryReqVO; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<IndItemCategoryEntity> getSimpleList() { |
| | | return indItemCategoryDao.selectList(new LambdaQueryWrapperX<IndItemCategoryEntity>()); |
| | | } |
| | | |
| | | @Override |
| | | public void create(IndItemCategorySaveReqVO createReqVO) { |
| | | // 校验父菜单存在 |
| | | validateParentMenu(createReqVO.getPid(), null); |