255], [['seller_comments'], 'string'], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'user_id' => 'User ID', 'mobile' => 'Mobile', 'name' => 'Name', 'status' => '审核状态 0--未审核 1--审核通过 2--审核不通过', 'is_delete' => 'Is Delete', 'created_at' => 'create time', 'updated_at' => 'update time', 'store_id' => '商城id', 'seller_comments' => '备注', 'level' => '等级' ]; } }