entrance检查与统一
This commit is contained in:
@ -24,6 +24,16 @@ public class ApkEntity {
|
||||
|
||||
private GameCollectionEntity apkCollection;
|
||||
|
||||
private int order;
|
||||
|
||||
public int getOrder() {
|
||||
return order;
|
||||
}
|
||||
|
||||
public void setOrder(int order) {
|
||||
this.order = order;
|
||||
}
|
||||
|
||||
public GameCollectionEntity getApkCollection() {
|
||||
return apkCollection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user