whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
src/main/java/com/fgkj/controller/UserLogController.java
@@ -1,10 +1,11 @@
package com.fgkj.controller;
import com.fgkj.util.*;
import com.fgkj.dto.Batt_User_Permit;
import com.fgkj.dto.ServiceModel;
import com.fgkj.dto.User_log;
import com.fgkj.services.User_logService;
import com.opensymphony.xwork2.ActionSupport;
import io.swagger.annotations.Api;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
@@ -12,12 +13,14 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
@RequestMapping("userLog")
@RestController
@Api
public class UserLogController{
   @Autowired
   @Resource
   private User_logService service;
   //5.4用户操作记录查询(根据用户名和操作类型以及操作时间)