chore: add .material->.base refactor check comments
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
from app.extensions import db
|
||||
from app.extensions import db # .material -> .base refactor checked
|
||||
from datetime import datetime
|
||||
|
||||
class StocktakeDraft(db.Model):
|
||||
@ -19,4 +19,4 @@ class StocktakeDraft(db.Model):
|
||||
# ★ 返回 quantity
|
||||
'quantity': float(self.quantity or 1),
|
||||
'scan_time': self.scan_time.strftime('%Y-%m-%d %H:%M:%S')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user