| | |
| | | package com.jcdm.main.om.workReport.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 2023-12-12 |
| | | */ |
| | | @Service |
| | | public class OmWorkReportServiceImpl implements IOmWorkReportService |
| | | public class OmWorkReportServiceImpl extends ServiceImpl<OmWorkReportMapper,OmWorkReport> implements IOmWorkReportService |
| | | { |
| | | @Autowired |
| | | private OmWorkReportMapper omWorkReportMapper; |