| | |
| | | |
| | | import java.net.InetAddress; |
| | | import java.util.List; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.jcdm.common.utils.DateUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | * @date 2024-01-06 |
| | | */ |
| | | @Service |
| | | public class ScStationConfServiceImpl implements IScStationConfService |
| | | public class ScStationConfServiceImpl extends ServiceImpl<ScStationConfMapper,ScStationConf> implements IScStationConfService |
| | | { |
| | | @Autowired |
| | | private ScStationConfMapper scStationConfMapper; |