部分常见银行的名称和图标对应表

本文档详细介绍了HMEShop系统中银行信息表(Hmeshop_BankInfo)的数据库表结构及其初始化数据。该表记录了不同银行的名称、标志图标及背景图片等信息。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

/****** Object: Table [dbo].[Hmeshop_BankInfo] Script Date: 2020/10/9 10:41:37 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Hmeshop_BankInfo](
[Id] [int] IDENTITY(1,1) NOT NULL,
[BankName] varchar NULL,
[Logo] varchar NULL,
[BackgroundImg] varchar NULL,
CONSTRAINT [PK_Hmeshop_BankInfo] PRIMARY KEY CLUSTERED
(
[Id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]
) ON [PRIMARY]
GO
SET IDENTITY_INSERT [dbo].[Hmeshop_BankInfo] ON

INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (1, N’其它银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_0_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_0.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (2, N’中国建设银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_01_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_01.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (3, N’中国工商银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_02_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_02.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (4, N’中国农业银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_03_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_03.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (5, N’中国银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_04_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_04.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (6, N’交通银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_05_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_05.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (7, N’中国邮政’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_06_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_06.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (8, N’招商银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_07_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_07.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (9, N’中国民生银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_08_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_08.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (10, N’上海浦东发展银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_09_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_09.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (11, N’广发银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_10_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_10.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (12, N’中信银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_11_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_11.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (13, N’中国光大银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_12_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_12.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (14, N’兴业银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_13_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_13.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (15, N’华夏银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_14_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_14.png’)
INSERT [dbo].[Hmeshop_BankInfo] ([Id], [BankName], [Logo], [BackgroundImg]) VALUES (16, N’中国平安银行’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_15_1.png’, N’http://img.hmeshop.cn/RLS/BankLogo/BankImage/bank_15.png’)
SET IDENTITY_INSERT [dbo].[Hmeshop_BankInfo] OFF
EXEC sys.sp_addextendedproperty @name=N’MS_Description’, @value=N’标志图标’ , @level0type=N’SCHEMA’,@level0name=N’dbo’, @level1type=N’TABLE’,@level1name=N’Hmeshop_BankInfo’, @level2type=N’COLUMN’,@level2name=N’Logo’
GO
EXEC sys.sp_addextendedproperty @name=N’MS_Description’, @value=N’背景图片’ , @level0type=N’SCHEMA’,@level0name=N’dbo’, @level1type=N’TABLE’,@level1name=N’Hmeshop_BankInfo’, @level2type=N’COLUMN’,@level2name=N’BackgroundImg’
GO

非常全的银行logo 以下是mysql表: DROP TABLE IF EXISTS `bank`; CREATE TABLE `bank` ( `id` int(11) NOT NULL AUTO_INCREMENT, `bank_name` varchar(20) NOT NULL COMMENT '银行名称', `bank_code` varchar(11) NOT NULL COMMENT '银行标识码', PRIMARY KEY (`id`), KEY `bank_name` (`bank_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; LOCK TABLES `bank` WRITE; INSERT INTO `bank` (`id`, `bank_name`, `bank_code`) VALUES(2,'招商银行','CMB'), (3,'建设银行','CCB'), (4,'交通银行','BOCOM'), (5,'邮储银行','PSBC'), (6,'工商银行','ICBC'), (7,'农业银行','ABC'), (8,'中国银行','BOC'), (9,'中信银行','CITIC'), (10,'光大银行','CEB'), (11,'华夏银行',' HXB'), (12,'民生银行','CMSB'), (13,'广发银行','CGB'), (14,'平安银行','SZD'), (15,'星展银行','DBS'), (16,'恒生银行','HSBC'), (17,'渣打银行','SCBFF'), (18,'汇丰银行','HSBC'), (19,'东亚银行','HKBEA'), (20,'花旗银行',''), (21,'浙商银行','CZB'), (22,'恒丰银行','HFB'), (23,'浦东发展银行','SPDB'), (24,'兴业银行','CIB'), (26,'齐鲁银行','QLB'), (27,'烟台银行','YTB'), (28,'淮坊银行','WFB'), (31,'渤海银行',''), (32,'上海银行','BOS'), (33,'厦门银行',''), (34,'北京银行','BCCB'), (35,'福建海峡银行',''), (36,'吉林银行',''), (38,'宁波银行','NBCB'), (39,'焦作市商业银行',''), (40,'温州银行',''), (41,'广州银行',''), (42,'汉口银行',''), (43,'龙江银行',''), (44,'盛京银行',''), (45,'洛阳银行',''), (46,'辽阳银行',''), (47,'大连银行','BODL'), (48,'苏州银行',''), (49,'河北银行',''), (50,'杭州银行','HCCB'), (51,'南京银行',''), (52,'东莞银行',''), (53,'金华银行',''), (54,'乌鲁木齐商业银行',''), (55,'绍兴银行',''), (56,'成都银行',''), (57,'抚顺银行',''), (58,'临商银行',''), (59,'宜昌市商业银行',''), (60,'葫芦岛银行',''), (61,'郑州银行',''), (62,'宁夏银行',''), (63,'珠海华润银行',''), (64,'齐商银行',''), (65,'锦州银行',''), (66,'徽商银行',''), (67,'重庆银行',''), (68,'哈尔滨银行',''), (69,'贵阳银行',''), (70,'西安银行',''), (71,'无锡市商业银行',''), (72,'丹东银行',''), (73,'兰州银行',''), (74,'南昌银行',''), (75,'晋商银行',''), (76,'青岛银行',''), (77,'南通商业银行',''), (78,'九江银行',''), (79,'日照银行',''), (80,'鞍山银行',''), (81,'秦皇岛银行',''), (82,'青海银行',''), (83,'台州银行',''), (84,'盐城银行',''), (85,'长沙银行',''), (86,'赣州银行',''), (87,'泉州银行',''), (88,'营口银行',''), (89,'富滇银行',''), (90,'阜新银行',''), (91,'嘉兴银行',''), (92,'廊坊银行',''), (93,'泰隆商业银行',''), (94,'内蒙古银行',''), (95,'湖州银行',''), (96,'沧州银行',''), (97,'广西北部湾银行',''), (98,'包商银行',''), (100,'威海商业银行',''), (101,'攀枝花市商业银行',''), (102,'绵阳市商业银行',''), (103,'泸州市商业银行',''), (104,'三门峡银行',''), (106,'邢台银行','XTB'), (107,'商丘市商业银行',''), (108,'安徽省农村信用社','AHNSYH'), (109,'江西省农村信用社',''), (110,'湖南农村信用社',''), (111,'无锡农村商业银行','');
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值