|
|
@@ -15,7 +15,7 @@ nickname,string,
|
|
|
avatar,string,
|
|
|
isVip,boolean,
|
|
|
vipCode,string,
|
|
|
-userPoint,Int,
|
|
|
+userPoint,int,
|
|
|
createdAt,string,
|
|
|
updatedAt,string,
|
|
|
userAddress,collection,
|
|
|
@@ -28,7 +28,7 @@ city,string,non-null
|
|
|
area,string,non-null
|
|
|
address,string,non-null
|
|
|
postcode,string,
|
|
|
-default,Int,
|
|
|
+default,int,
|
|
|
createdAt,string,non-nul
|
|
|
updatedAt,string,
|
|
|
deletedAt,string,
|
|
|
@@ -58,12 +58,20 @@ id,ID,key
|
|
|
user_id,ID,non-null
|
|
|
product_id,ID,non-null
|
|
|
specificationStock_id,ID,non-null
|
|
|
-count,Int,non-null
|
|
|
+count,int,non-null
|
|
|
+createdAt,string,non-null
|
|
|
+updatedAt,string,
|
|
|
+category,collection,
|
|
|
+id,ID,key
|
|
|
+name,string,non-null
|
|
|
+img,string,non-null
|
|
|
+order,int,
|
|
|
+status,string,
|
|
|
createdAt,string,non-null
|
|
|
updatedAt,string,
|
|
|
product,collection,
|
|
|
id,ID,key
|
|
|
-category,string,non-null
|
|
|
+category_id,ID,non-null
|
|
|
name,string,non-null
|
|
|
price,float,non-null
|
|
|
img,string,
|
|
|
@@ -71,6 +79,7 @@ intro,string,
|
|
|
stock,int,
|
|
|
unit,string,non-null
|
|
|
status,string,
|
|
|
+recommend,int,
|
|
|
createdAt,string,non-null
|
|
|
updatedAt,string,
|
|
|
specificationStock,collection,
|
|
|
@@ -134,4 +143,24 @@ user_id,ID,non-null
|
|
|
order_id,ID,non-null
|
|
|
totalPay,float,non-null
|
|
|
transactionId,string,non-null
|
|
|
-payTime,string,non-null
|
|
|
+payTime,string,non-null
|
|
|
+shop,collection,
|
|
|
+id,ID,key
|
|
|
+name,string,non-null
|
|
|
+telephone,string,
|
|
|
+img,list,
|
|
|
+slideshow,list,
|
|
|
+address,string,
|
|
|
+intro,string,
|
|
|
+description,string,
|
|
|
+notice,string,
|
|
|
+status,string,
|
|
|
+createdAt,string,non-null
|
|
|
+updatedAt,string,
|
|
|
+slideshow,collection,
|
|
|
+id,ID,key
|
|
|
+name,string,
|
|
|
+img,string,non-null
|
|
|
+status,int,non-null
|
|
|
+createdAt,string,non-null
|
|
|
+updatedAt,string,
|