From 7b5bb6e96d007d8c49ccc92eb7eddf000b0640ca Mon Sep 17 00:00:00 2001 From: dimengzhe <251008545@qq.com> Date: Tue, 7 Mar 2023 09:43:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E4=B8=AD=E5=BF=83=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/databases/supervise_customer.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/databases/supervise_customer.sql b/docs/databases/supervise_customer.sql index 7b7c29d5..5104ce02 100644 --- a/docs/databases/supervise_customer.sql +++ b/docs/databases/supervise_customer.sql @@ -79,7 +79,7 @@ CREATE TABLE `supplier_bank_info` PRIMARY KEY (`id`) ) ENGINE = InnoDB AUTO_INCREMENT = 2171 - DEFAULT CHARSET = utf8 COMMENT ='供应商信息' + DEFAULT CHARSET = utf8 COMMENT ='供应商信息'; CREATE TABLE `supplier_index` @@ -103,4 +103,4 @@ CREATE TABLE `supplier_index` PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 97 - DEFAULT CHARSET = utf8 COMMENT ='供货商编码对应表' \ No newline at end of file + DEFAULT CHARSET = utf8 COMMENT ='供货商编码对应表'; \ No newline at end of file