|
|
|
@ -1,5 +1,7 @@ |
|
|
|
package com.elink.esua.epdc.controller; |
|
|
|
|
|
|
|
import com.elink.esua.epdc.service.WorkUserService; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
@ -13,7 +15,7 @@ import org.springframework.web.bind.annotation.RestController; |
|
|
|
@RequestMapping("work/user") |
|
|
|
public class ApiWorkUserController { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
private WorkUserService workUserService; |
|
|
|
|
|
|
|
} |
|
|
|
|