| | |
| | | package com.ycl.platform.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.ycl.platform.domain.entity.TContract; |
| | | import com.ycl.platform.mapper.TContractMapper; |
| | | import com.ycl.platform.service.ITContractService; |
| | |
| | | * @date 2024-03-12 |
| | | */ |
| | | @Service |
| | | public class TContractServiceImpl implements ITContractService |
| | | public class TContractServiceImpl extends ServiceImpl<TContractMapper, TContract> implements ITContractService |
| | | { |
| | | @Autowired |
| | | private TContractMapper tContractMapper; |