Crud表格批量修改替换
This commit is contained in:
@@ -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