|
@@ -4,6 +4,7 @@ import com.alibaba.fastjson.JSONArray;
|
|
|
import com.baomidou.mybatisplus.extension.service.IService;
|
|
|
import com.management.platform.entity.Report;
|
|
|
import com.management.platform.entity.User;
|
|
|
+import com.management.platform.entity.vo.MonthWorkingTimeVO;
|
|
|
import com.management.platform.util.HttpRespMsg;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
@@ -107,4 +108,6 @@ public interface ReportService extends IService<Report> {
|
|
|
HttpRespMsg approveDeptAuditReport(User user, String auditDeptId);
|
|
|
|
|
|
void moveReport(User sourceUser,User targetUser);
|
|
|
+
|
|
|
+ HttpRespMsg fillWorkingHours(String yearMonth, MonthWorkingTimeVO monthVO, HttpServletRequest request);
|
|
|
}
|