whyclxw
2022-01-10 b78806ed6a30e43c244f1434a8f47a28432b93c9
src/main/java/com/whyc/controller/Fbs9600StateController.java
@@ -6,6 +6,7 @@
import com.whyc.util.ActionUtil;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
@@ -17,7 +18,7 @@
@RequestMapping("fbs9600State")
@Api(tags = "FBS9600设备状态")
public class Fbs9600StateController {
    @Resource
    @Autowired
    private Fbs9600StateService service;
    @ApiOperation("FBS9600设备通信状态查询")