| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- name,type,description
- user,collection,
- id,ID,key
- openid,string,
- username,string,
- password,string,
- telephone,string,
- email,string,
- userData_id,ID
- createdAt,string,
- updatedAt,string,
- userData,collection,
- id,ID,key
- nickname,string,
- avatar,string,
- isVip,boolean,
- vipCode,string,
- userPoint,int,
- createdAt,string,
- updatedAt,string,
- userAddress,collection,
- id,ID,key
- user_id,ID,non-null
- username,string,non-null
- telephone,string,non-null
- province,string,non-null
- city,string,non-null
- area,string,non-null
- address,string,non-null
- postcode,string,
- default,int,
- createdAt,string,non-nul
- updatedAt,string,
- deletedAt,string,
- admin,collection,
- id,ID,key
- openid,string,
- username,string,
- password,string,
- telephone,string,
- email,string,
- createdAt,string,
- updatedAt,string,
- userSearch,collection,
- id,ID,key
- user_id,ID,non-null
- keyword,int,non-null-list
- createdAt,string,non-null
- updatedAt,string,
- userCollect,collection,
- id,ID,key
- user_id,ID,non-null
- product_id,ID,non-null-list
- createdAt,string,non-null
- updatedAt,string,
- userCart,collection,
- id,ID,key
- user_id,ID,non-null
- product_id,ID,non-null
- specificationStock_id,ID,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_id,ID,non-null
- name,string,non-null
- price,float,non-null
- img,string,
- slideImg,string,list
- detailImg,string,list
- intro,string,
- stock,int,
- unit,string,non-null
- status,string,
- recommend,int,
- discountRate,float,
- createdAt,string,non-null
- updatedAt,string,
- specificationStock,collection,
- id,ID,key
- product_id,ID,non-null
- color,string,
- size,string,
- slideImg,string,list
- detailImg,string,list
- stock,int,
- status,string,
- createdAt,string,non-null
- updatedAt,string,
- order,collection,
- id,ID,key
- user_id,ID,non-null
- remark,string,
- productTotalPay,float,non-null
- orderTotalPay,float,non-null
- count,int,non-null
- orderStatus,string,non-null
- orderPay_id,ID,
- orderLogistics_id,ID,
- createdAt,string,non-null
- updatedAt,string,
- orderProduct,collection,
- id,ID,key
- user_id ,ID,non-null
- order_id,ID,non-null
- product_id,ID,non-null
- specificationStock_id,ID,non-null
- productName,string,non-null
- productImg,string,
- productPrice,float,non-null
- productColor,string,
- productSize,string,
- orderPay_id,ID,non-null
- unit,string,non-null
- count,int,non-null
- productPay,float,
- orderPay,float,non-null
- createdAt,string,non-null
- updatedAt,string,
- orderLogistics,collection,
- id,ID,key
- user_id,ID,non-null
- order_id,ID,non-null
- expressName,string,non-null
- expressDetailName,string,
- expressId,string,non-null
- serviceStore,string,
- consigneeName,string,non-null
- consigneeTel,string,non-null
- consignAddress,string,non-null
- deliveryTime,string,
- LogisticsStatus,string,
- logisticsFee,float,
- createdAt,string,non-null
- updatedAt,string,
- orderPay,collection,
- id,ID,key
- user_id,ID,non-null
- openid,string,non-null
- tradeNo,string,non-null
- totalFee,float,non-null
- cashFee,float,non-null
- transactionId,string,non-null
- time,string,non-null
- createdAt,string,non-null
- updatedAt,string,
- shop,collection,
- id,ID,key
- name,string,non-null
- telephone,string,
- img,string,list
- slideshow,string,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,
|