diff options
| author | fengweihao <[email protected]> | 2024-11-27 17:26:57 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-11-27 17:26:57 +0800 |
| commit | dd4e2e6d66fcd20b29e6733ef2f10d7c1dfad942 (patch) | |
| tree | 8093362484e2deb05c5c1d57f05ef7b457d6cf68 /resource/pangu/table_info.conf | |
| parent | 43cbb3745f333a83be6123734e0981d548abf771 (diff) | |
TSG-23925 Supports scanning of source_zone and destination_zone, and removes internal and external
Diffstat (limited to 'resource/pangu/table_info.conf')
| -rw-r--r-- | resource/pangu/table_info.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resource/pangu/table_info.conf b/resource/pangu/table_info.conf index 33551ef..12362c5 100644 --- a/resource/pangu/table_info.conf +++ b/resource/pangu/table_info.conf @@ -246,5 +246,10 @@ "table_id":33, "table_name":"TSG_OBJ_IMEI", "table_type":"expr" + }, + { + "table_id": 34, + "table_name": "TSG_OBJ_ZONE", + "table_type": "expr" } ]
\ No newline at end of file |
