ecommerce.csv 3.4 KB

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