修改文件上传路径设置
This commit is contained in:
parent
5412d0f8c4
commit
9b4d8262e0
@ -138,4 +138,8 @@ public class SystemBusinessConfig {
|
||||
public String getSignInformedFileUrl() {
|
||||
return signInformedFileUrl;
|
||||
}
|
||||
|
||||
public void setSignInformedFileUrl(String signInformedFileUrl) {
|
||||
this.signInformedFileUrl = signInformedFileUrl;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user