欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

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

程序员文章站 2022-11-20 22:03:32
/****** Object: Table [dbo].[Hmeshop_BankInfo] Script Date: 2020/10/9 10:41:37 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOCREATE TABLE [dbo].[Hmeshop_BankInfo]([Id] [int] IDENTITY(1,1) NOT NULL,[BankName] varchar NULL,[Logo] varchar NU...

/****** 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

本文地址:https://blog.csdn.net/NARUTONEPIECE/article/details/108974509

相关标签: 日常总结 sql