* @version $Id: Z */ class erpapi_wms_ftp_request_branch extends erpapi_wms_request_branch { /** * branch_getlist * @param mixed $sdf sdf * @return mixed 返回值 */ public function branch_getlist($sdf) { return $this->error('接口方法不存在','w402'); } }