根据合同ID获得关联合同

This commit is contained in:
guojunyun
2025-10-22 10:03:20 +08:00
parent 0b159891df
commit c96f9cfd21

View File

@@ -166,7 +166,7 @@ public interface ContractService {
/** /**
* 根据合同ID获得关联合同 * 根据合同ID获得关联合同
* *
* @param id 合同ID * @param id 合同ID
* @return 上下游合同ID * @return 上下游合同ID
*/ */
RelationRespVO getRelation(Long id); RelationRespVO getRelation(Long id);