接口 OtherOutRpcService
@FeignClient(name="yst-dms2-sopt",
path="/rpc/otherOut")
@Validated
public interface OtherOutRpcService
-
字段概要
字段 -
方法概要
修饰符和类型方法说明com.elitesland.ystdms.sys.dto.ApiResult<Boolean> batchOtherOutRpcSave(List<OtherOutSaveDTO> saveDTOS)
-
字段详细资料
-
URI
- 另请参阅:
-
-
方法详细资料
-
batchOtherOutRpcSave
@PostMapping("/otherOutRpcSave") com.elitesland.ystdms.sys.dto.ApiResult<Boolean> batchOtherOutRpcSave(@RequestBody List<OtherOutSaveDTO> saveDTOS)
-