修改备注

This commit is contained in:
zk
2026-07-30 11:00:06 +08:00
parent e01b28a372
commit 6bb03242cd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ class RecruitAnnouncementBatch(MysqlBase):
id: Mapped[int] = mapped_column(BigInteger, primary_key=True, comment="主键ID(雪花)")
announcement_id: Mapped[int] = mapped_column(BigInteger, nullable=False, comment="公告id")
batch_name: Mapped[str] = mapped_column(String(64), nullable=False, comment="批次值,实习/暑期实习/寒假实习/秋招专场/春招提前批/春招补")
batch_name: Mapped[str] = mapped_column(String(64), nullable=False, comment="批次值,枚举:实习/暑期实习/寒假实习/秋招提前批/秋招正式批/秋招补招/春招提前批/春招正式批/春招补招/校园招聘/社")
create_time: Mapped[datetime] = mapped_column(DateTime, nullable=False, comment="创建时间")