10], [['card_no'], 'string', 'max' => 32], [['cert_type'], 'string', 'max' => 5], [['cert_no'], 'string', 'max' => 20], [['mp'], 'string', 'max' => 11], [['is_settle_default'], 'string', 'max' => 2], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'card_type' => 'Card Type', 'card_name' => 'Card Name', 'card_no' => 'Card No', 'prov_id' => 'Prov ID', 'area_id' => 'Area ID', 'branch_code' => 'Branch Code', 'cert_type' => 'Cert Type', 'cert_no' => 'Cert No', 'cert_validity_type' => 'Cert Validity Type', 'cert_begin_date' => 'Cert Begin Date', 'cert_end_date' => 'Cert End Date', 'mp' => 'Mp', 'is_settle_default' => 'Is Settle Default', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }