From bd1523b5c48cd7363b55f652d7bd3e9404177257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BC=9F?= <250213850@qq.com> Date: Thu, 21 Jul 2022 17:05:04 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=96=B0=E5=A2=9E=E9=9D=A2=E8=AF=95=E7=9A=84?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schemas/interview_record.py | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/interview_record.py b/schemas/interview_record.py index 32534b9..bef36c9 100644 --- a/schemas/interview_record.py +++ b/schemas/interview_record.py @@ -13,3 +13,4 @@ class interview_record(BaseModel): interview_sign: int # 是否签到 job_id: str # 我们自己招聘的职位id job_names: str # 我们自己招聘的职位名 + create_date: datetime = datetime.now()