update
This commit is contained in:
parent
0b85499167
commit
35739a1a92
@ -30,6 +30,9 @@ class SummaryAssets(Task):
|
||||
prize: List[Dict] = Field(None, title='奖励')
|
||||
need: List[Dict] = Field(None, title='消耗')
|
||||
cdate: int = Field(..., title='当天0点')
|
||||
function: str = Field(..., title='功能')
|
||||
function_detail: str = Field(..., title='功能详细')
|
||||
|
||||
|
||||
def cleaning(self, cursor_list):
|
||||
# 查询要清洗的资源
|
||||
|
Loading…
Reference in New Issue
Block a user