示例#1
0
 public AppFileEntity findAppFileByToken(String token) {
   return appFileDao.findAppFileByToken(token);
 }