|
@@ -1,5 +1,6 @@
|
|
|
package thyyxxk.webserver.controller.datamodify;
|
|
|
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
import thyyxxk.webserver.entity.ResultVo;
|
|
|
import thyyxxk.webserver.entity.datamodify.GetDropdownBox;
|
|
@@ -22,6 +23,7 @@ public class YzTemperatureController {
|
|
|
|
|
|
private final YzTemperatureService service;
|
|
|
|
|
|
+ @Autowired
|
|
|
public YzTemperatureController(YzTemperatureService service) {
|
|
|
this.service = service;
|
|
|
}
|