ecommerce.csv 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. product,collection,
  65. id,ID,key
  66. category,string,non-null
  67. name,string,non-null
  68. price,float,non-null
  69. img,string,
  70. intro,string,
  71. stock,int,
  72. unit,string,non-null
  73. status,string,
  74. createdAt,string,non-null
  75. updatedAt,string,
  76. specificationStock,collection,
  77. id,ID,key
  78. product_id,ID,non-null
  79. color,string,
  80. size,string,
  81. stock,int,
  82. status,string,
  83. createdAt,string,non-null
  84. updatedAt,string,
  85. order,collection,
  86. id,ID,key
  87. user_id,ID,non-null
  88. userAddress_id,ID,non-null
  89. remark,string,
  90. productTotalPay,float,non-null
  91. orderTotalPay,float,non-null
  92. count,int,non-null
  93. orderStatus,string,non-null
  94. orderPay_id,ID,
  95. orderLogistics_id,ID,
  96. orderShipFee,float,
  97. payTime,string,
  98. deliveryTime,string,
  99. createdAt,string,non-null
  100. updatedAt,string,
  101. orderProduct,collection,
  102. id,ID,key
  103. user_id ,ID,non-null
  104. order_id,ID,non-null
  105. product_id,ID,non-null
  106. specificationStock_id,ID,non-null
  107. productName,string,non-null
  108. productImg,string,
  109. productPrice,float,non-null
  110. productColor,string,
  111. productSize,string,
  112. orderPay_id,ID,non-null
  113. unit,string,non-null
  114. count,int,non-null
  115. productPay,float,
  116. orderPay,float,non-null
  117. createdAt,string,non-null
  118. updatedAt,string,
  119. orderLogistics,collection,
  120. id,ID,key
  121. user_id,ID,non-null
  122. order_id,ID,non-null
  123. expressId,string,non-null
  124. consigneeName,string,non-null
  125. consigneeTel,string,non-null
  126. consignAddress,string,non-null
  127. LogisticsStatus,string,
  128. logisticsFee,float,
  129. createdAt,string,non-null
  130. updatedAt,string,
  131. orderPay,collection,
  132. id,ID,key
  133. user_id,ID,non-null
  134. order_id,ID,non-null
  135. totalPay,float,non-null
  136. transactionId,string,non-null
  137. payTime,string,non-null