255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'merchant_id' => 'Merchant ID', 'store_id' => '门店ID', 'service_agent_path' => '客服地址', 'service_agent_phone' => '客服联系方式', 'service_agent_type' => '客服类型', 'default_receiving_address' => '默认退货地址', 'status' => '状态(-1:已删除,0:禁用,1:正常)', 'created_at' => '创建时间', 'updated_at' => '修改时间', ]; } }