ecommerce.csv 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. name,type,description
  2. user,collection,
  3. id,ID,key
  4. openid,string,
  5. username,string,
  6. password,string,
  7. telephone,string,
  8. email,string,
  9. userData_id,ID
  10. createdAt,string,
  11. updatedAt,string,
  12. userData,collection,
  13. id,ID,key
  14. nickname,string,
  15. avatar,string,
  16. isVip,boolean,
  17. vipCode,string,
  18. userPoint,int,
  19. createdAt,string,
  20. updatedAt,string,
  21. userAddress,collection,
  22. id,ID,key
  23. user_id,ID,non-null
  24. username,string,non-null
  25. telephone,string,non-null
  26. province,string,non-null
  27. city,string,non-null
  28. area,string,non-null
  29. address,string,non-null
  30. postcode,string,
  31. default,int,
  32. createdAt,string,non-nul
  33. updatedAt,string,
  34. deletedAt,string,
  35. admin,collection,
  36. id,ID,key
  37. openid,string,
  38. username,string,
  39. password,string,
  40. telephone,string,
  41. email,string,
  42. createdAt,string,
  43. updatedAt,string,
  44. userSearch,collection,
  45. id,ID,key
  46. user_id,ID,non-null
  47. keyword,int,non-null-list
  48. createdAt,string,non-null
  49. updatedAt,string,
  50. userCollect,collection,
  51. id,ID,key
  52. user_id,ID,non-null
  53. product_id,ID,non-null-list
  54. createdAt,string,non-null
  55. updatedAt,string,
  56. userCart,collection,
  57. id,ID,key
  58. user_id,ID,non-null
  59. product_id,ID,non-null
  60. specificationStock_id,ID,non-null
  61. count,int,non-null
  62. createdAt,string,non-null
  63. updatedAt,string,
  64. category,collection,
  65. id,ID,key
  66. name,string,non-null
  67. img,string,non-null
  68. order,int,
  69. status,string,
  70. createdAt,string,non-null
  71. updatedAt,string,
  72. product,collection,
  73. id,ID,key
  74. category_id,ID,non-null
  75. name,string,non-null
  76. price,float,non-null
  77. img,string,
  78. intro,string,
  79. stock,int,
  80. unit,string,non-null
  81. status,string,
  82. recommend,int,
  83. createdAt,string,non-null
  84. updatedAt,string,
  85. specificationStock,collection,
  86. id,ID,key
  87. product_id,ID,non-null
  88. color,string,
  89. size,string,
  90. stock,int,
  91. status,string,
  92. createdAt,string,non-null
  93. updatedAt,string,
  94. order,collection,
  95. id,ID,key
  96. user_id,ID,non-null
  97. userAddress_id,ID,non-null
  98. remark,string,
  99. productTotalPay,float,non-null
  100. orderTotalPay,float,non-null
  101. count,int,non-null
  102. orderStatus,string,non-null
  103. orderPay_id,ID,
  104. orderLogistics_id,ID,
  105. orderShipFee,float,
  106. payTime,string,
  107. deliveryTime,string,
  108. createdAt,string,non-null
  109. updatedAt,string,
  110. orderProduct,collection,
  111. id,ID,key
  112. user_id ,ID,non-null
  113. order_id,ID,non-null
  114. product_id,ID,non-null
  115. specificationStock_id,ID,non-null
  116. productName,string,non-null
  117. productImg,string,
  118. productPrice,float,non-null
  119. productColor,string,
  120. productSize,string,
  121. orderPay_id,ID,non-null
  122. unit,string,non-null
  123. count,int,non-null
  124. productPay,float,
  125. orderPay,float,non-null
  126. createdAt,string,non-null
  127. updatedAt,string,
  128. orderLogistics,collection,
  129. id,ID,key
  130. user_id,ID,non-null
  131. order_id,ID,non-null
  132. expressId,string,non-null
  133. consigneeName,string,non-null
  134. consigneeTel,string,non-null
  135. consignAddress,string,non-null
  136. LogisticsStatus,string,
  137. logisticsFee,float,
  138. createdAt,string,non-null
  139. updatedAt,string,
  140. orderPay,collection,
  141. id,ID,key
  142. user_id,ID,non-null
  143. order_id,ID,non-null
  144. totalPay,float,non-null
  145. transactionId,string,non-null
  146. payTime,string,non-null
  147. shop,collection,
  148. id,ID,key
  149. name,string,non-null
  150. telephone,string,
  151. img,string,list
  152. slideshow,string,list
  153. address,string,
  154. intro,string,
  155. description,string,
  156. notice,string,
  157. status,string,
  158. createdAt,string,non-null
  159. updatedAt,string,
  160. slideshow,collection,
  161. id,ID,key
  162. name,string,
  163. img,string,non-null
  164. status,int,non-null
  165. createdAt,string,non-null
  166. updatedAt,string,