255], [['data'], 'string'], [['id'], 'unique'], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'mall_id' => 'Mall ID', 'platform' => '所属平台', 'name' => '配送名称', 'distribution_corporation' => '配送公司 1.顺丰|2.闪送|3.美团配送|4.达达', 'shop_no' => '门店编号', 'created_at' => 'Created At', 'is_delete' => 'Is Delete', ]; } }