entrance检查与统一

This commit is contained in:
huangzhuanghua
2017-01-20 17:11:03 +08:00
parent b3fc66f6b9
commit b2d568d646
72 changed files with 521 additions and 3895 deletions

View File

@ -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;
}