Exemplo n.º 1
0
 public static function getList($page, $size)
 {
     $list = UserSystem::getUserList($page, $size);
     return $list;
 }