整理代码
This commit is contained in:
@@ -7,4 +7,4 @@ from schemas.power.power import PowerResponse
|
||||
class PersonnelJsonlHandler(BaseJsonlHandler):
|
||||
"""人员 JSONL Handler"""
|
||||
def __init__(self, datasource: JsonlDataSource):
|
||||
super().__init__(datasource, "personnel", PersonnelSyncNode, PowerResponse)
|
||||
super().__init__(datasource, PersonnelSyncNode, schema=PowerResponse)
|
||||
|
||||
Reference in New Issue
Block a user