mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 13:42:07 +08:00
资金管理配置增加缺省值
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
|
|||||||
@Data
|
@Data
|
||||||
public class InvoiceFilePath {
|
public class InvoiceFilePath {
|
||||||
|
|
||||||
@Value("${invoice.filepath}")
|
@Value("${invoice.filepath:}")
|
||||||
private String filePath;
|
private String filePath;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
|
|||||||
@Data
|
@Data
|
||||||
public class AdImageFilePath {
|
public class AdImageFilePath {
|
||||||
|
|
||||||
@Value("${adImageFile.filepath}")
|
@Value("${adImageFile.filepath:}")
|
||||||
private String filePath;
|
private String filePath;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user