设置文件Key

This commit is contained in:
刘才福 2022-11-18 11:40:27 +08:00
parent b4d06b8e6a
commit 0d6580bfdf

View File

@ -20,4 +20,9 @@ public class FileInformationResponse {
* URL MD5
*/
private String urlMd5;
/**
* 文件 Key
*/
private String fileKey;
}