This commit is contained in:
fengchuanhn@gmail.com
2026-05-22 16:49:02 +08:00
parent a58b0e3bd6
commit 80958994a2
12 changed files with 302 additions and 391 deletions

View File

@@ -29,4 +29,5 @@ class CardKey(Base):
Integer, ForeignKey("users.id", ondelete="SET NULL"), nullable=True, index=True
)
remark: Mapped[str | None] = mapped_column(String(255), nullable=True)
oem_remark: Mapped[str | None] = mapped_column(String(255), nullable=True)
oem_remark: Mapped[str | None] = mapped_column(String(255), nullable=True)
agent_remark: Mapped[str | None] = mapped_column(String(255), nullable=True)