@ConfigurationProperties(prefix="project") public class FilePathProperties extends Object
| Constructor and Description |
|---|
FilePathProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAttachmentPath()
附件文件存储路径
|
String |
getOutputPath()
数据导出下载存储路径
|
String |
getUploadPath()
数据上传存储路径
|
int |
hashCode() |
void |
setAttachmentPath(String attachmentPath)
附件文件存储路径
|
void |
setOutputPath(String outputPath)
数据导出下载存储路径
|
void |
setUploadPath(String uploadPath)
数据上传存储路径
|
String |
toString() |
public String getUploadPath()
public String getOutputPath()
public String getAttachmentPath()
public void setUploadPath(String uploadPath)
public void setOutputPath(String outputPath)
public void setAttachmentPath(String attachmentPath)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.