加入了 GVSDSDK 模块,进行了 QModel 兼容层的尝试,生产环境可用

This commit is contained in:
2026-06-16 00:13:10 +08:00
parent 9d9cfa53a4
commit 63e0f4edfc
68 changed files with 10256 additions and 1143 deletions

11
gvsdsdk/msync/ogm.py Normal file
View File

@@ -0,0 +1,11 @@
"""MSYNC OGM对象全局映射模块
薄封装:直接转发到 gvsds.apps.msync.ogm 原生层。
"""
from gvsds.apps.msync.ogm import OGMManager, OGMError
__all__ = [
'OGMManager',
'OGMError',
]