|
@@ -10,9 +10,11 @@
|
|
|
#import "TZImageManager.h"
|
|
|
#import "TZAssetModel+imageData.h"
|
|
|
#import "cachesFileManager.h"
|
|
|
+#import "connectDeviceManager.h"
|
|
|
|
|
|
-#define upLoadFile_image_tableName @"upLoadFile_image_tableName"
|
|
|
-//#define upLoadFile_Video_tableName @"upLoadFile_Video_tableName"
|
|
|
+
|
|
|
+//#define upLoadFile_image_tableName @"upLoadFile_image_tableName"
|
|
|
+#define upLoadFile_image_tableName [[NSString alloc] initWithFormat:@"upLoadFile_tableName_%@",[connectDeviceManager shareInstance].DeviceThirdIdMod.data.sn]
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|