<?php namespace Module\Vendor\Provider\Recommend; use Module\Vendor\Provider\BizTrait; /** * @method static AbstractRecommendBiz[] listAll() * @method static AbstractRecommendBiz getByName($name) */ class RecommendBiz { use BizTrait; }