|
|
@@ -20,7 +20,7 @@ public class CameraPhoto extends BaseObject<Integer> {
|
|
|
private String albumType;
|
|
|
private Long albumId;
|
|
|
private String objectId;
|
|
|
- private Integer channelId;
|
|
|
+ private Integer channelCode;
|
|
|
private String photoUrl;
|
|
|
private String manufacturer;
|
|
|
private String model;
|
|
|
@@ -34,7 +34,7 @@ public class CameraPhoto extends BaseObject<Integer> {
|
|
|
this.albumType = "MallReply";
|
|
|
this.albumId = replyId;
|
|
|
this.objectId = camPhoto.getObjectId();
|
|
|
- this.channelId = camPhoto.getChannelCode();
|
|
|
+ this.channelCode = camPhoto.getChannelCode();
|
|
|
this.photoUrl = camPhoto.getPhotoUrl();
|
|
|
this.manufacturer = camPhoto.getManufacturer();
|
|
|
this.model = camPhoto.getModel();
|