Include links property

This commit is contained in:
wqy
2022-09-22 21:45:25 +08:00
parent 90f02752e9
commit 9905d7f022
2 changed files with 3 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ def set_reservoir_coord(name: str, id: str, x: float, y: float) -> ChangeSet:
def get_reservoir_property_names(name: str) -> list[str]:
return ['head', 'pattern', 'coord']
return ['head', 'pattern', 'coord', 'links']
def get_reservoir_properties(name: str, id: str) -> dict[str, Any] | None: