update server/src/main/java/cn/keking/model/FileAttribute.java.
修复删除源文件默认方法的 错误 Signed-off-by: 高雄 <admin@cxcp.com>
This commit is contained in:
@ -17,7 +17,7 @@ public class FileAttribute {
|
|||||||
private String userToken;
|
private String userToken;
|
||||||
private String officePreviewType = ConfigConstants.getOfficePreviewType();
|
private String officePreviewType = ConfigConstants.getOfficePreviewType();
|
||||||
private String tifPreviewType;
|
private String tifPreviewType;
|
||||||
private Boolean skipDownLoad = false;
|
private Boolean skipDownLoad = true;
|
||||||
|
|
||||||
public FileAttribute() {
|
public FileAttribute() {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user