Commit 9fc2453e authored by lwy's avatar lwy

工时管理

parent 79de5a00
......@@ -3,7 +3,7 @@ package com.ruoyi.controller;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import com.ruoyi.domain.TimesheetVo;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
......
......@@ -2,7 +2,6 @@ package com.ruoyi.service;
import java.util.List;
import com.ruoyi.domain.Timesheet;
import com.ruoyi.domain.TimesheetVo;
/**
* 工时记录Service接口
......
......@@ -4,8 +4,6 @@ import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import com.ruoyi.common.utils.DateUtils;
//import com.ruoyi.domain.TimesheetVo;
import com.ruoyi.domain.TimesheetVo;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment