v0.8测试

This commit is contained in:
2026-04-16 07:55:46 +08:00
parent 7c743293be
commit c8262cf92e
16 changed files with 84 additions and 39 deletions

View File

@@ -84,4 +84,5 @@ class AddAttendanceRequest(BaseModel):
date: date
status: str
reason: Optional[str] = None
apply_deduction: bool = False
apply_deduction: bool = True
custom_deduction: Optional[int] = Field(default=None, gt=0, description="自定义扣分值")