'重点品牌', self::TYPE_NORMAL => '常规品牌', ]; const STATUS_DISABLE = 0; //禁用 const STATUS_NORMAL = 1; //正常 const STATUS_LISTS = [ self::STATUS_DISABLE => '禁用', self::STATUS_NORMAL => '正常', ]; public function __construct() { parent::__construct($this->table_name, 'default'); } }