refactor(schema): 重构数据库模型和 schema,清理废弃表
This commit is contained in:
@@ -8,7 +8,7 @@ from sqlalchemy.ext.asyncio import AsyncSession
|
||||
|
||||
from models.points_ledger import PointsLedger
|
||||
from models.user_points import UserPoints
|
||||
from schemas.shared.points import ApplyPointsChangeCommand
|
||||
from schemas.domain.points import ApplyPointsChangeCommand
|
||||
|
||||
|
||||
class PointsRepository:
|
||||
|
||||
Reference in New Issue
Block a user