merge: integrate ZSY customer service and profile capabilities
This commit is contained in:
@@ -5,6 +5,12 @@ from sqlalchemy import JSON, BigInteger, DateTime, Integer, Numeric, String, Tex
|
||||
from sqlalchemy.orm import Mapped, mapped_column
|
||||
|
||||
from app.model.base import Base
|
||||
from app.model.profile import ProfileSnapshot
|
||||
|
||||
__all__ = [
|
||||
"MemoryUnit", "MemoryEvidence", "MemorySyncOutbox", "MemoryConflict",
|
||||
"ProfileSnapshot",
|
||||
]
|
||||
|
||||
|
||||
class MemoryUnit(Base):
|
||||
|
||||
Reference in New Issue
Block a user