|
@@ -4,12 +4,13 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
-import com.fuzamei.service.UserService;
|
|
|
+import com.fuzamei.service.ReceivingClerkService;
|
|
|
|
|
|
@RestController
|
|
|
@RequestMapping(path="/receiving_clerk")
|
|
|
public class ReceivingClerkAction {
|
|
|
|
|
|
-
|
|
|
+ @Autowired
|
|
|
+ private ReceivingClerkService receivingClerkService;
|
|
|
|
|
|
}
|