Crud表格批量修改替换
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -150,7 +150,7 @@ class PersonReplaceSchema(Schema):
|
||||
testPerson: str
|
||||
monitorPerson: str
|
||||
|
||||
# 事件替换Schema
|
||||
# 时间替换Schema
|
||||
class ExetimeReplaceSchema(Schema):
|
||||
selectRows: List[int] = None
|
||||
exetime: str
|
||||
|
||||
@@ -125,3 +125,8 @@ class ReplaceDemandContentSchema(Schema):
|
||||
replaceText: str
|
||||
selectRows: List[int]
|
||||
selectColumn: List[str]
|
||||
|
||||
# 优先级替换Schema
|
||||
class PriorityReplaceSchema(Schema):
|
||||
selectRows: List[int] = None
|
||||
priority: str
|
||||
Reference in New Issue
Block a user