This commit is contained in:
2026-06-03 16:15:54 +08:00
+1 -1
View File
@@ -4,7 +4,7 @@ from app.schemas.common import NaiveDatetime, NaiveDatetimeOptional
class CreditAdjustRequest(BaseModel):
amount: int
amount: float = Field(..., ge=-9999999.99, le=9999999.99, multiple_of=0.01)
description: str = Field(..., max_length=256)