pms技术监督调整
This commit is contained in:
@@ -6,6 +6,7 @@ import com.njcn.process.api.fallback.ThsSuperviseFallbackFactory;
|
|||||||
import com.njcn.process.pojo.param.SuperviseParam;
|
import com.njcn.process.pojo.param.SuperviseParam;
|
||||||
import com.njcn.process.pojo.vo.SuperviceRunLogVo;
|
import com.njcn.process.pojo.vo.SuperviceRunLogVo;
|
||||||
import org.springframework.cloud.openfeign.FeignClient;
|
import org.springframework.cloud.openfeign.FeignClient;
|
||||||
|
import org.springframework.web.bind.annotation.PostMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestBody;
|
import org.springframework.web.bind.annotation.RequestBody;
|
||||||
|
|
||||||
|
|
||||||
@@ -23,6 +24,7 @@ public interface ThsSuperviseFeignClient {
|
|||||||
* @author cdf
|
* @author cdf
|
||||||
* @date 2024/3/18
|
* @date 2024/3/18
|
||||||
*/
|
*/
|
||||||
|
@PostMapping("/initSupervise")
|
||||||
HttpResult<SuperviceRunLogVo> initSupervise(@RequestBody SuperviseParam superviseParam);
|
HttpResult<SuperviceRunLogVo> initSupervise(@RequestBody SuperviseParam superviseParam);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user