...
|
...
|
@@ -23,9 +23,9 @@ public class AppActivateIdfaList extends BaseBO { |
|
|
this.idfa = idfa;
|
|
|
}
|
|
|
|
|
|
public AppActivateIdfaList(Long dateId, String idfa, String appKey) {
|
|
|
public AppActivateIdfaList(Long dateId, String udid, String appKey) {
|
|
|
this.dateId = dateId;
|
|
|
this.idfa = idfa;
|
|
|
this.udid = udid;
|
|
|
this.appKey = appKey;
|
|
|
}
|
|
|
|
...
|
...
|
|