| | |
| | | package com.ycl.platform.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.ycl.platform.domain.entity.DefaultRule; |
| | | import com.ycl.platform.mapper.DefaultRuleMapper; |
| | | import com.ycl.platform.service.IDefaultRuleService; |
| | |
| | | * @date 2024-04-01 |
| | | */ |
| | | @Service |
| | | public class DefaultRuleServiceImpl implements IDefaultRuleService |
| | | public class DefaultRuleServiceImpl extends ServiceImpl<DefaultRuleMapper, DefaultRule> implements IDefaultRuleService |
| | | { |
| | | @Autowired |
| | | private DefaultRuleMapper defaultRuleMapper; |