whycxzp
2025-03-14 c98cbf3af9ce94b0fe67a2733809dd1dd7848a5f
src/main/java/com/whyc/controller/DevA200TestparamController.java
@@ -2,7 +2,7 @@
import com.whyc.dto.A200ResDto;
import com.whyc.dto.Response;
import com.whyc.service.DevA200TestparamService;
import com.whyc.service.DevA200TestParamService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
@@ -15,7 +15,7 @@
@RequestMapping("a200param")
public class DevA200TestparamController {
    @Autowired
    private DevA200TestparamService service;
    private DevA200TestParamService service;
    @ApiOperation(value = "读取a200一体机参数")