| | |
| | | package com.jcdm.main.em.inspectionPlanInfo.service.impl; |
| | | |
| | | 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-03-19 |
| | | */ |
| | | @Service |
| | | public class EmInspectionPlanInfoServiceImpl implements IEmInspectionPlanInfoService |
| | | public class EmInspectionPlanInfoServiceImpl extends ServiceImpl<EmInspectionPlanInfoMapper,EmInspectionPlanInfo> implements IEmInspectionPlanInfoService |
| | | { |
| | | @Autowired |
| | | private EmInspectionPlanInfoMapper emInspectionPlanInfoMapper; |