| | |
| | | package com.ycl.platform.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.ycl.platform.domain.entity.DefaultResult; |
| | | import com.ycl.platform.mapper.DefaultResultMapper; |
| | | import com.ycl.platform.service.IDefaultResultService; |
| | |
| | | * @date 2024-04-01 |
| | | */ |
| | | @Service |
| | | public class DefaultResultServiceImpl implements IDefaultResultService |
| | | public class DefaultResultServiceImpl extends ServiceImpl<DefaultResultMapper, DefaultResult> implements IDefaultResultService |
| | | { |
| | | @Autowired |
| | | private DefaultResultMapper defaultResultMapper; |