From 43d26b093f01691263b82b96c81c024c2a616a88 Mon Sep 17 00:00:00 2001 From: p9tzpue3g <2583510406@qq.com> Date: Tue, 24 Dec 2024 22:43:57 +0800 Subject: [PATCH] ADD file via upload --- 数据库脚本 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 数据库脚本 diff --git a/数据库脚本 b/数据库脚本 new file mode 100644 index 0000000..b1472aa --- /dev/null +++ b/数据库脚本 @@ -0,0 +1,3 @@ +INSERT INTO `仓库`(`仓库编号`, `仓库名称`) VALUES (1, '仓库A'); +INSERT INTO `仓库`(`仓库编号`, `仓库名称`) VALUES (2, '仓库B'); +INSERT INTO `仓库`(`仓库编号`, `仓库名称`) VALUES (3, '仓库C');