From 14b128ab22115263f1eb4df36eeb9bf9721a25cb Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 29 Jun 2023 22:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E6=95=B0=E6=8D=AE=E8=A1=A8?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- md.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 md.md diff --git a/md.md b/md.md new file mode 100644 index 0000000..fdfdf9d --- /dev/null +++ b/md.md @@ -0,0 +1,17 @@ + +#使用mysql保存 + +表 shop +id | name | address | remark | uploaddate + +表 item +id | SUK | platform | salestart | mainphoto | uploaddate + +表 item_name +id | item_id | name | region + +表 item_price +id | item_id | price_type | price | sources | update + +表 item_const +id | item_id | shop_id | const | update