6
0
Fork 0
release
李静 2022-04-12 17:50:56 +08:00
parent 8c1cf2caa2
commit 3a0ba59c3f
1 changed files with 6 additions and 6 deletions

View File

@ -7,15 +7,15 @@ enum Bank {
case ABC; case ABC;
case ICBC; case ICBC;
case BOC; case BOC;
case COMM; case BOCO;
case CMB; case CMBCHINA;
case CMBC; case CMBC;
case CIB; case CIB;
case CITIC; case CITIC;
case SPDB; case SPDB;
case CEB; case CEB;
case PSBC; case PSBC;
case PINGANBK; case SDB;
/** /**
* @return string * @return string
@ -50,15 +50,15 @@ enum Bank {
static::ABC->name => '中国农业银行', static::ABC->name => '中国农业银行',
static::ICBC->name => '中国工商银行', static::ICBC->name => '中国工商银行',
static::BOC->name => '中国银行', static::BOC->name => '中国银行',
static::COMM->name => '交通银行', static::BOCO->name => '交通银行',
static::CMB->name => '招商银行', static::CMBCHINA->name => '招商银行',
static::CMBC->name => '民生银行', static::CMBC->name => '民生银行',
static::CIB->name => '兴业银行', static::CIB->name => '兴业银行',
static::CITIC->name => '中信实业银行', static::CITIC->name => '中信实业银行',
static::SPDB->name => '上海浦东发展银行', static::SPDB->name => '上海浦东发展银行',
static::CEB->name => '光大银行', static::CEB->name => '光大银行',
static::PSBC->name => '邮政储蓄银行', static::PSBC->name => '邮政储蓄银行',
static::PINGANBK->name => '平安银行', static::SDB->name => '平安银行',
]; ];
} }
} }