예제 #1
0
 @Override
 public String getLatestApkName(String packageName) {
   return pAppDetailDao.selectLatestApkName(packageName);
 }