#import <Foundation/Foundation>;

@interface StorageVo : NSObject

//图片Url
@property (nonatomic, strong) string[] fileUrl;


@end