| | |
| | | import com.ruoyi.collaborativeApproval.pojo.DutyPlan; |
| | | import com.ruoyi.collaborativeApproval.service.DutyPlanService; |
| | | import com.ruoyi.common.utils.poi.ExcelUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import jakarta.servlet.http.HttpServletResponse; |
| | | import lombok.RequiredArgsConstructor; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import jakarta.servlet.http.HttpServletResponse; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | @Service |
| | | @RequiredArgsConstructor |
| | | public class DutyPlanServiceImpl extends ServiceImpl<DutyPlanMapper, DutyPlan> implements DutyPlanService { |
| | | @Autowired |
| | | private DutyPlanMapper dutyPlanMapper; |
| | | private final DutyPlanMapper dutyPlanMapper; |
| | | |
| | | @Override |
| | | public IPage listPage(Page page, DutyPlanDTO dutyPlanDTO) { |