update 优化 oss远程接口增加扩展字段存储

This commit is contained in:
疯狂的狮子Li
2025-09-01 14:18:15 +08:00
parent 0766ef65c7
commit 7316d05874
2 changed files with 12 additions and 0 deletions

View File

@@ -41,4 +41,9 @@ public class RemoteFile implements Serializable {
*/
private String fileSuffix;
/**
* 扩展字段
*/
private String ext1;
}