ecommerce.csv 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. discountRate,float,
  84. createdAt,string,non-null
  85. updatedAt,string,
  86. specificationStock,collection,
  87. id,ID,key
  88. product_id,ID,non-null
  89. color,string,
  90. size,string,
  91. slideImg,string,list
  92. detailImg,string,list
  93. stock,int,
  94. status,string,
  95. createdAt,string,non-null
  96. updatedAt,string,
  97. order,collection,
  98. id,ID,key
  99. user_id,ID,non-null
  100. remark,string,
  101. productTotalPay,float,non-null
  102. orderTotalPay,float,non-null
  103. count,int,non-null
  104. orderStatus,string,non-null
  105. orderPay_id,ID,
  106. orderLogistics_id,ID,
  107. createdAt,string,non-null
  108. updatedAt,string,
  109. orderProduct,collection,
  110. id,ID,key
  111. user_id ,ID,non-null
  112. order_id,ID,non-null
  113. product_id,ID,non-null
  114. specificationStock_id,ID,non-null
  115. productName,string,non-null
  116. productImg,string,
  117. productPrice,float,non-null
  118. productColor,string,
  119. productSize,string,
  120. orderPay_id,ID,non-null
  121. unit,string,non-null
  122. count,int,non-null
  123. productPay,float,
  124. orderPay,float,non-null
  125. createdAt,string,non-null
  126. updatedAt,string,
  127. orderLogistics,collection,
  128. id,ID,key
  129. user_id,ID,non-null
  130. order_id,ID,non-null
  131. expressName,string,non-null
  132. expressId,string,non-null
  133. serviceStore,string,
  134. consigneeName,string,non-null
  135. consigneeTel,string,non-null
  136. consignAddress,string,non-null
  137. deliveryTime,string,
  138. LogisticsStatus,string,
  139. logisticsFee,float,
  140. createdAt,string,non-null
  141. updatedAt,string,
  142. orderPay,collection,
  143. id,ID,key
  144. user_id,ID,non-null
  145. openid,string,non-null
  146. tradeNo,string,non-null
  147. totalFee,float,non-null
  148. cashFee,float,non-null
  149. transactionId,string,non-null
  150. time,string,non-null
  151. createdAt,string,non-null
  152. updatedAt,string,
  153. shop,collection,
  154. id,ID,key
  155. name,string,non-null
  156. telephone,string,
  157. img,string,list
  158. slideshow,string,list
  159. address,string,
  160. intro,string,
  161. description,string,
  162. notice,string,
  163. status,string,
  164. createdAt,string,non-null
  165. updatedAt,string,
  166. slideshow,collection,
  167. id,ID,key
  168. name,string,
  169. img,string,non-null
  170. status,int,non-null
  171. createdAt,string,non-null
  172. updatedAt,string,