package com.gkhy.safePlatform.safeCheck.rpc.service.impl; import com.gkhy.safePlatform.safeCheck.rpc.service.CheckWorkService; import org.springframework.stereotype.Service; @Service public class CheckServiceImpl implements CheckWorkService { @Override public String getWorkInfoJson(Long workId) { return "No sjkafcha"; } }