diff --git a/backend/app/models/models.py b/backend/app/models/models.py index b20a3a4..bcba704 100644 --- a/backend/app/models/models.py +++ b/backend/app/models/models.py @@ -1,4 +1,5 @@ # 数据库模型 - 使用字段编码 +from datetime import datetime from sqlalchemy import Column, String, Float, Boolean, DateTime, Integer, Text, ForeignKey, Date, UniqueConstraint from sqlalchemy.orm import relationship from sqlalchemy.sql import func diff --git a/frontend/index.html b/frontend/index.html index 6525875..bbba12c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ -