feat: initialize aivideo project
This commit is contained in:
9
backend/app/modules/growth_rules/schema.py
Normal file
9
backend/app/modules/growth_rules/schema.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class GrowthRulePayload(BaseModel):
|
||||
enabled: bool
|
||||
reward_points: int
|
||||
min_consume_points: int = 0
|
||||
remark: str = ""
|
||||
|
||||
Reference in New Issue
Block a user