feat: (REQ-3540) wps文档权限-history关闭

This commit is contained in:
xudawei 2025-03-18 11:01:22 +08:00
parent 2879472470
commit 0f8a7f8274

View File

@ -99,11 +99,11 @@ public class WpsBaseManager {
.update(1)
.download(1)
.rename(1)
.history(1)
.copy(1)
.print(1)
.saveas(1)
.comment(1)
.history(0)
.copy(0)
.print(0)
.saveas(0)
.comment(0)
.build();
}