| | |
| | | import cn.gistack.sm.appmanage.entity.AppManage; |
| | | import cn.gistack.sm.appmanage.mapper.AppManageMapper; |
| | | import cn.gistack.sm.appmanage.service.IAppManageService; |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import org.springblade.core.mp.base.BaseServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | |
| | | */ |
| | | @Service |
| | | public class AppManageService extends BaseServiceImpl<AppManageMapper, AppManage> implements IAppManageService { |
| | | @Override |
| | | public AppManage getLastInfo() { |
| | | return baseMapper.getLastInfo(); |
| | | } |
| | | } |