feat: (REQ-3540) 加上wps复制权限打开

This commit is contained in:
xudawei 2025-03-21 18:16:34 +08:00
parent ada74334f7
commit 30aebed59a

View File

@ -51,7 +51,7 @@ public class DocPermissionProps {
/**
* 是否具有拷贝文档内容权限0- 1-
*/
@Value("${copy:0}")
@Value("${copy:1}")
private Integer copy;
/**