50], [['address'], 'string', 'max' => 255], [['name', 'mobile'], 'string', 'max' => 20], [['req_hash'], 'string', 'max' => 32], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'mall_id' => 'Mall ID', 'status' => 'Status', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'shop_id' => 'Shop ID', 'province' => 'Province', 'city' => 'City', 'district' => 'District', 'address' => 'Address', 'name' => 'Name', 'mobile' => 'Mobile', 'req' => 'Req', 'req_hash' => 'Req Hash', ]; } }