硕顺crm后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
243 B

<?php
/**
* result
* @author auto create
*/
class ResultWrapper
{
/**
* details
**/
public $details;
/**
* 是否还有更多
**/
public $has_more;
/**
* 下一个游标开始位置
**/
public $next_cursor;
}
?>