pms技术监督调整

This commit is contained in:
cdf
2024-03-19 14:32:53 +08:00
parent 2de94be32b
commit 72bb397cbf

View File

@@ -6,6 +6,7 @@ import com.njcn.process.api.fallback.ThsSuperviseFallbackFactory;
import com.njcn.process.pojo.param.SuperviseParam;
import com.njcn.process.pojo.vo.SuperviceRunLogVo;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
@@ -23,6 +24,7 @@ public interface ThsSuperviseFeignClient {
* @author cdf
* @date 2024/3/18
*/
@PostMapping("/initSupervise")
HttpResult<SuperviceRunLogVo> initSupervise(@RequestBody SuperviseParam superviseParam);