@@ -20,7 +20,7 @@ import io.swagger.annotations.ApiOperation; | |||
@Api(tags = {"卡签信息查询"}) | |||
@RestController | |||
@RequestMapping("/deviceQuery") | |||
public class DeviceQueryRecordController extends MyValidController { | |||
public class DeviceQueryController extends MyValidController { | |||
@Autowired | |||
private DeviceQueryRecordManager manager; | |||