whycxzp
2025-03-14 c98cbf3af9ce94b0fe67a2733809dd1dd7848a5f
src/main/java/com/whyc/controller/DevActmTestparamController.java
@@ -2,7 +2,7 @@
import com.whyc.dto.ActmResDto;
import com.whyc.dto.Response;
import com.whyc.service.DevActmTestparamService;
import com.whyc.service.DevActmTestParamService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
@@ -16,7 +16,7 @@
public class DevActmTestparamController {
    @Autowired
    private DevActmTestparamService service;
    private DevActmTestParamService service;
    @ApiOperation(value = "读取actm一体机参数")
    @GetMapping("getActmParam")