| | |
| | | package com.ruoyi.other.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.ruoyi.other.api.model.Agreement; |
| | | import com.ruoyi.other.mapper.AgreementMapper; |
| | | import com.ruoyi.other.api.domain.Agreement; |
| | | import com.ruoyi.other.service.AgreementService; |
| | | import com.ruoyi.other.service.IAgreementService; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | /** |
| | | * <p> |
| | | * 服务实现类 |
| | | * </p> |
| | | * |
| | | * @author luodangjia |
| | | * @since 2024-11-20 |
| | | * @author zhibing.pu |
| | | * @Date 2024/11/21 10:48 |
| | | */ |
| | | @Service |
| | | public class AgreementServiceImpl extends ServiceImpl<AgreementMapper, Agreement> implements AgreementService { |
| | | |
| | | public class AgreementServiceImpl extends ServiceImpl<AgreementMapper, Agreement> implements IAgreementService { |
| | | } |