岗位关联关系调整

This commit is contained in:
dxfeng 2022-12-09 14:29:56 +08:00
parent 3470ba04cd
commit dee6bb25b5
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ import lombok.NoArgsConstructor;
sortway = " asc",
primarykey = "id",
operates = {
@OrganizationTableOperate(text = "查看")
@OrganizationTableOperate(text = "查看"),
@OrganizationTableOperate(index = "1", text = "另存为版本")
},
tableType = WeaTableType.CHECKBOX
)