From 30c587a6859faa6cdcb8dc1f4e963653777d236d Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 11 七月 2022 12:56:16 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/controller/CarController.java |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/asrs/controller/CarController.java b/src/main/java/com/zy/asrs/controller/CarController.java
index 21c959d..cc72746 100644
--- a/src/main/java/com/zy/asrs/controller/CarController.java
+++ b/src/main/java/com/zy/asrs/controller/CarController.java
@@ -1,7 +1,37 @@
 package com.zy.asrs.controller;
 
+import com.zy.asrs.service.BasSteErrService;
+import com.zy.asrs.service.BasSteService;
+import com.zy.asrs.service.LocMastService;
+import com.zy.asrs.service.WrkMastService;
+import com.zy.asrs.service.impl.MainServiceImpl;
+import com.zy.core.properties.SlaveProperties;
+import lombok.extern.slf4j.Slf4j;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.web.bind.annotation.RequestMapping;
+import org.springframework.web.bind.annotation.RestController;
+
 /**
+ * 绌挎杞︽帴鍙�
  * Created by vincent on 2022/3/14
  */
+@Slf4j
+@RestController
+@RequestMapping("/car")
 public class CarController {
+
+    private SlaveProperties slaveProperties;
+    @Autowired
+    private WrkMastService wrkMastService;
+    @Autowired
+    private BasSteErrService basSteErrService;
+    @Autowired
+    private BasSteService basSteService;
+    @Autowired
+    private MainServiceImpl mainService;
+    @Autowired
+    private LocMastService locMastService;
+
+
+
 }

--
Gitblit v1.9.1