// +---------------------------------------------------------------------- namespace app\model\other; use crmeb\basic\BaseModel; use crmeb\traits\ModelTrait; /** * 辅助表 * Class Auxiliary * @package app\model\other */ class Auxiliary extends BaseModel { use ModelTrait; /** * 表明 * @var string */ protected $name = 'auxiliary'; /** * 主键 * @var string */ protected $pk = 'id'; }