added deploys

This commit is contained in:
Yeqing Zhang
2019-02-13 20:53:15 +08:00
parent 55b2d5064f
commit bbeb5ca5b5
8 changed files with 98 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ from model.base import BaseModel
class Spider(BaseModel):
_id = ObjectIdField()
spider_name = StringField()
cmd = StringField()
src = StringField()
spider_type = IntField()
lang_type = IntField()
execute_cmd = StringField()
src_file_path = StringField()