'全部', self::Stop => '停用', self::Normal => '正常' ]; //产品 public function productsList() { return $this->hasMany('ProductLists', 'type_id', 'id'); } }