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