ZIP基于JAVA的无人超市管理系统(Vue.js+SpringBoot+MySQL) 24.76MB

as230627

资源文件列表:

T338源码.zip 大约有691个文件
  1. T338.sql 42.2KB
  2. back/
  3. back/pom.xml 4.49KB
  4. back/src/
  5. back/src/main/
  6. back/src/main/java/
  7. back/src/main/java/com/
  8. back/src/main/java/com/SpringbootSchemaApplication.java 802B
  9. back/src/main/java/com/annotation/
  10. back/src/main/java/com/annotation/APPLoginUser.java 320B
  11. back/src/main/java/com/annotation/IgnoreAuth.java 196B
  12. back/src/main/java/com/annotation/LoginUser.java 317B
  13. back/src/main/java/com/config/
  14. back/src/main/java/com/config/AlipayConfig.java 534B
  15. back/src/main/java/com/config/InterceptorConfig.java 1.48KB
  16. back/src/main/java/com/config/MybatisPlusConfig.java 523B
  17. back/src/main/java/com/controller/
  18. back/src/main/java/com/controller/AboutusController.java 4.99KB
  19. back/src/main/java/com/controller/AddressController.java 6.58KB
  20. back/src/main/java/com/controller/CangchuxinxiController.java 5.29KB
  21. back/src/main/java/com/controller/CartController.java 5.04KB
  22. back/src/main/java/com/controller/CommonController.java 7.43KB
  23. back/src/main/java/com/controller/ConfigController.java 3.19KB
  24. back/src/main/java/com/controller/DiscussshangpinxinxiController.java 5.79KB
  25. back/src/main/java/com/controller/FileController.java 4.27KB
  26. back/src/main/java/com/controller/NewsController.java 4.81KB
  27. back/src/main/java/com/controller/OrdersController.java 10.69KB
  28. back/src/main/java/com/controller/ShangpinfenleiController.java 5.41KB
  29. back/src/main/java/com/controller/ShangpinxinxiController.java 10.76KB
  30. back/src/main/java/com/controller/StoreupController.java 5.23KB
  31. back/src/main/java/com/controller/SystemintroController.java 5.23KB
  32. back/src/main/java/com/controller/UsersController.java 5.18KB
  33. back/src/main/java/com/controller/YonghuController.java 7.39KB
  34. back/src/main/java/com/dao/
  35. back/src/main/java/com/dao/AboutusDao.java 954B
  36. back/src/main/java/com/dao/AddressDao.java 948B
  37. back/src/main/java/com/dao/CangchuxinxiDao.java 1KB
  38. back/src/main/java/com/dao/CartDao.java 909B
  39. back/src/main/java/com/dao/CommonDao.java 701B
  40. back/src/main/java/com/dao/ConfigDao.java 199B
  41. back/src/main/java/com/dao/DiscussshangpinxinxiDao.java 1.13KB
  42. back/src/main/java/com/dao/NewsDao.java 909B
  43. back/src/main/java/com/dao/OrdersDao.java 1.32KB
  44. back/src/main/java/com/dao/ShangpinfenleiDao.java 1.03KB
  45. back/src/main/java/com/dao/ShangpinxinxiDao.java 1.02KB
  46. back/src/main/java/com/dao/StoreupDao.java 951B
  47. back/src/main/java/com/dao/SystemintroDao.java 1014B
  48. back/src/main/java/com/dao/TokenDao.java 560B
  49. back/src/main/java/com/dao/UsersDao.java 561B
  50. back/src/main/java/com/dao/YonghuDao.java 933B
  51. back/src/main/java/com/entity/
  52. back/src/main/java/com/entity/AboutusEntity.java 3.21KB
  53. back/src/main/java/com/entity/AddressEntity.java 2.97KB
  54. back/src/main/java/com/entity/CangchuxinxiEntity.java 4.27KB
  55. back/src/main/java/com/entity/CartEntity.java 4.05KB
  56. back/src/main/java/com/entity/ConfigEntity.java 851B
  57. back/src/main/java/com/entity/DiscussshangpinxinxiEntity.java 3.28KB
  58. back/src/main/java/com/entity/EIException.java 845B
  59. back/src/main/java/com/entity/NewsEntity.java 2.7KB
  60. back/src/main/java/com/entity/OrdersEntity.java 6.63KB
  61. back/src/main/java/com/entity/ShangpinfenleiEntity.java 2.04KB
  62. back/src/main/java/com/entity/ShangpinxinxiEntity.java 5.36KB
  63. back/src/main/java/com/entity/StoreupEntity.java 3.8KB
  64. back/src/main/java/com/entity/SystemintroEntity.java 3.23KB
  65. back/src/main/java/com/entity/TokenEntity.java 2.14KB
  66. back/src/main/java/com/entity/UsersEntity.java 1.23KB
  67. back/src/main/java/com/entity/YonghuEntity.java 3.77KB
  68. back/src/main/java/com/entity/model/
  69. back/src/main/java/com/entity/model/AboutusModel.java 2.02KB
  70. back/src/main/java/com/entity/model/AddressModel.java 1.76KB
  71. back/src/main/java/com/entity/model/CangchuxinxiModel.java 3.01KB
  72. back/src/main/java/com/entity/model/CartModel.java 2.85KB
  73. back/src/main/java/com/entity/model/DiscussshangpinxinxiModel.java 2.05KB
  74. back/src/main/java/com/entity/model/NewsModel.java 1.48KB
  75. back/src/main/java/com/entity/model/OrdersModel.java 5.56KB
  76. back/src/main/java/com/entity/model/ShangpinfenleiModel.java 700B
  77. back/src/main/java/com/entity/model/ShangpinxinxiModel.java 4.15KB
  78. back/src/main/java/com/entity/model/StoreupModel.java 2.62KB
  79. back/src/main/java/com/entity/model/SystemintroModel.java 2.03KB
  80. back/src/main/java/com/entity/model/YonghuModel.java 2.53KB
  81. back/src/main/java/com/entity/view/
  82. back/src/main/java/com/entity/view/AboutusView.java 901B
  83. back/src/main/java/com/entity/view/AddressView.java 895B
  84. back/src/main/java/com/entity/view/CangchuxinxiView.java 946B
  85. back/src/main/java/com/entity/view/CartView.java 874B
  86. back/src/main/java/com/entity/view/DiscussshangpinxinxiView.java 1KB
  87. back/src/main/java/com/entity/view/NewsView.java 874B
  88. back/src/main/java/com/entity/view/OrdersView.java 886B
  89. back/src/main/java/com/entity/view/ShangpinfenleiView.java 964B
  90. back/src/main/java/com/entity/view/ShangpinxinxiView.java 955B
  91. back/src/main/java/com/entity/view/StoreupView.java 898B
  92. back/src/main/java/com/entity/view/SystemintroView.java 937B
  93. back/src/main/java/com/entity/view/YonghuView.java 886B
  94. back/src/main/java/com/entity/vo/
  95. back/src/main/java/com/entity/vo/AboutusVO.java 1.92KB
  96. back/src/main/java/com/entity/vo/AddressVO.java 1.66KB
  97. back/src/main/java/com/entity/vo/CangchuxinxiVO.java 2.91KB
  98. back/src/main/java/com/entity/vo/CartVO.java 2.75KB
  99. back/src/main/java/com/entity/vo/DiscussshangpinxinxiVO.java 1.95KB
  100. back/src/main/java/com/entity/vo/NewsVO.java 1.38KB
  101. back/src/main/java/com/entity/vo/OrdersVO.java 5.47KB
  102. back/src/main/java/com/entity/vo/ShangpinfenleiVO.java 600B
  103. back/src/main/java/com/entity/vo/ShangpinxinxiVO.java 4.05KB
  104. back/src/main/java/com/entity/vo/StoreupVO.java 2.52KB
  105. back/src/main/java/com/entity/vo/SystemintroVO.java 1.93KB
  106. back/src/main/java/com/entity/vo/YonghuVO.java 2.43KB
  107. back/src/main/java/com/interceptor/
  108. back/src/main/java/com/interceptor/AuthorizationInterceptor.java 3.3KB
  109. back/src/main/java/com/service/
  110. back/src/main/java/com/service/AboutusService.java 972B
  111. back/src/main/java/com/service/AddressService.java 966B
  112. back/src/main/java/com/service/CangchuxinxiService.java 1.02KB
  113. back/src/main/java/com/service/CartService.java 930B
  114. back/src/main/java/com/service/CommonService.java 615B
  115. back/src/main/java/com/service/ConfigService.java 393B
  116. back/src/main/java/com/service/DiscussshangpinxinxiService.java 1.14KB
  117. back/src/main/java/com/service/NewsService.java 930B
  118. back/src/main/java/com/service/OrdersService.java 1.25KB
  119. back/src/main/java/com/service/ShangpinfenleiService.java 1.04KB
  120. back/src/main/java/com/service/ShangpinxinxiService.java 1.03KB
  121. back/src/main/java/com/service/StoreupService.java 969B
  122. back/src/main/java/com/service/SystemintroService.java 1KB
  123. back/src/main/java/com/service/TokenService.java 684B
  124. back/src/main/java/com/service/UsersService.java 603B
  125. back/src/main/java/com/service/YonghuService.java 952B
  126. back/src/main/java/com/service/impl/
  127. back/src/main/java/com/service/impl/AboutusServiceImpl.java 1.83KB
  128. back/src/main/java/com/service/impl/AddressServiceImpl.java 1.83KB
  129. back/src/main/java/com/service/impl/CangchuxinxiServiceImpl.java 1.95KB
  130. back/src/main/java/com/service/impl/CartServiceImpl.java 1.76KB
  131. back/src/main/java/com/service/impl/CommonServiceImpl.java 1.41KB
  132. back/src/main/java/com/service/impl/ConfigServiceImpl.java 918B
  133. back/src/main/java/com/service/impl/DiscussshangpinxinxiServiceImpl.java 2.13KB
  134. back/src/main/java/com/service/impl/NewsServiceImpl.java 1.76KB
  135. back/src/main/java/com/service/impl/OrdersServiceImpl.java 2.39KB
  136. back/src/main/java/com/service/impl/ShangpinfenleiServiceImpl.java 1.99KB
  137. back/src/main/java/com/service/impl/ShangpinxinxiServiceImpl.java 1.97KB
  138. back/src/main/java/com/service/impl/StoreupServiceImpl.java 1.83KB
  139. back/src/main/java/com/service/impl/SystemintroServiceImpl.java 1.92KB
  140. back/src/main/java/com/service/impl/TokenServiceImpl.java 2.41KB
  141. back/src/main/java/com/service/impl/UsersServiceImpl.java 1.36KB
  142. back/src/main/java/com/service/impl/YonghuServiceImpl.java 1.8KB
  143. back/src/main/java/com/utils/
  144. back/src/main/java/com/utils/BaiduUtil.java 7.54KB
  145. back/src/main/java/com/utils/CommonUtil.java 4.15KB
  146. back/src/main/java/com/utils/FileUtil.java 680B
  147. back/src/main/java/com/utils/HttpClientUtils.java 1013B
  148. back/src/main/java/com/utils/JQPageInfo.java 790B
  149. back/src/main/java/com/utils/MD5Util.java 337B
  150. back/src/main/java/com/utils/MPUtil.java 5.17KB
  151. back/src/main/java/com/utils/PageUtils.java 1.92KB
  152. back/src/main/java/com/utils/Query.java 2.6KB
  153. back/src/main/java/com/utils/R.java 884B
  154. back/src/main/java/com/utils/SQLFilter.java 1.04KB
  155. back/src/main/java/com/utils/SpringContextUtils.java 1.1KB
  156. back/src/main/java/com/utils/ValidatorUtils.java 1.08KB
  157. back/src/main/resources/
  158. back/src/main/resources/application.yml 1.55KB
  159. back/src/main/resources/front/
  160. back/src/main/resources/front/front/
  161. back/src/main/resources/front/front/babel.config.js 73B
  162. back/src/main/resources/front/front/build.bat 14B
  163. back/src/main/resources/front/front/dist/
  164. back/src/main/resources/front/front/dist/css/
  165. back/src/main/resources/front/front/dist/css/app.f03adfea.css 107.07KB
  166. back/src/main/resources/front/front/dist/css/chunk-vendors.717566f5.css 241.93KB
  167. back/src/main/resources/front/front/dist/css/swiper.min.css 13.36KB
  168. back/src/main/resources/front/front/dist/favicon.ico 4.19KB
  169. back/src/main/resources/front/front/dist/fonts/
  170. back/src/main/resources/front/front/dist/fonts/element-icons.535877f5.woff 27.54KB
  171. back/src/main/resources/front/front/dist/fonts/element-icons.732389de.ttf 54.64KB
  172. back/src/main/resources/front/front/dist/img/
  173. back/src/main/resources/front/front/dist/img/touxiang.37c3ea6b.png 4KB
  174. back/src/main/resources/front/front/dist/img/zhongguo.20798bfa.png 4.74KB
  175. back/src/main/resources/front/front/dist/index.html 1.06KB
  176. back/src/main/resources/front/front/dist/js/
  177. back/src/main/resources/front/front/dist/js/app.47911ad1.js 248.14KB
  178. back/src/main/resources/front/front/dist/js/app.47911ad1.js.map 977.39KB
  179. back/src/main/resources/front/front/dist/js/chunk-vendors.b68afb82.js 1.24MB
  180. back/src/main/resources/front/front/dist/js/chunk-vendors.b68afb82.js.map 4.56MB
  181. back/src/main/resources/front/front/dist/js/swiper.min.js 137.63KB
  182. back/src/main/resources/front/front/install.bat 12B
  183. back/src/main/resources/front/front/package-lock.json 463.22KB
  184. back/src/main/resources/front/front/package.json 1.12KB
  185. back/src/main/resources/front/front/public/
  186. back/src/main/resources/front/front/public/css/
  187. back/src/main/resources/front/front/public/css/swiper.min.css 13.36KB
  188. back/src/main/resources/front/front/public/favicon.ico 4.19KB
  189. back/src/main/resources/front/front/public/index.html 806B
  190. back/src/main/resources/front/front/public/js/
  191. back/src/main/resources/front/front/public/js/swiper.min.js 137.63KB
  192. back/src/main/resources/front/front/run.bat 14B
  193. back/src/main/resources/front/front/src/
  194. back/src/main/resources/front/front/src/App.vue 3.19KB
  195. back/src/main/resources/front/front/src/assets/
  196. back/src/main/resources/front/front/src/assets/QRcode.png 11.74KB
  197. back/src/main/resources/front/front/src/assets/css/
  198. back/src/main/resources/front/front/src/assets/css/canvas-bg-1.css 391B
  199. back/src/main/resources/front/front/src/assets/css/canvas-bg-2.css 83B
  200. back/src/main/resources/front/front/src/assets/css/canvas-bg-3.css 61B
  201. back/src/main/resources/front/front/src/assets/css/iconfont/
  202. back/src/main/resources/front/front/src/assets/css/iconfont/iconfont.ttf 1.96KB
  203. back/src/main/resources/front/front/src/assets/css/iconfont/iconfont.woff 1.33KB
  204. back/src/main/resources/front/front/src/assets/css/iconfont/iconfont.woff2 960B
  205. back/src/main/resources/front/front/src/assets/css/iconfont.css 622B
  206. back/src/main/resources/front/front/src/assets/jiahao.png 5.38KB
  207. back/src/main/resources/front/front/src/assets/jianshe.png 3.73KB
  208. back/src/main/resources/front/front/src/assets/jiaotong.png 3.59KB
  209. back/src/main/resources/front/front/src/assets/jiesuo.png 2.78KB
  210. back/src/main/resources/front/front/src/assets/js/
  211. back/src/main/resources/front/front/src/assets/js/canvas-bg-1.js 2.02KB
  212. back/src/main/resources/front/front/src/assets/js/canvas-bg-2.js 7.23KB
  213. back/src/main/resources/front/front/src/assets/js/canvas-bg-3.js 4.4KB
  214. back/src/main/resources/front/front/src/assets/js/canvas-bg-4.js 10.89KB
  215. back/src/main/resources/front/front/src/assets/js/canvas-bg-5.js 5.15KB
  216. back/src/main/resources/front/front/src/assets/login-bg.jpg 1.07MB
  217. back/src/main/resources/front/front/src/assets/logo.png 6.69KB
  218. back/src/main/resources/front/front/src/assets/nongye.png 2.71KB
  219. back/src/main/resources/front/front/src/assets/play.png 2.67KB
  220. back/src/main/resources/front/front/src/assets/select.png 1.81KB
  221. back/src/main/resources/front/front/src/assets/suo.png 3.92KB
  222. back/src/main/resources/front/front/src/assets/touxiang.png 4KB
  223. back/src/main/resources/front/front/src/assets/unselect.png 1.86KB
  224. back/src/main/resources/front/front/src/assets/weixin.png 1.8KB
  225. back/src/main/resources/front/front/src/assets/zhifubao.png 1.88KB
  226. back/src/main/resources/front/front/src/assets/zhongguo.png 4.74KB
  227. back/src/main/resources/front/front/src/common/
  228. back/src/main/resources/front/front/src/common/storage.js 490B
  229. back/src/main/resources/front/front/src/common/system.js 4.08KB
  230. back/src/main/resources/front/front/src/common/validate.js 4.21KB
  231. back/src/main/resources/front/front/src/components/
  232. back/src/main/resources/front/front/src/components/Breadcrumb.vue 781B
  233. back/src/main/resources/front/front/src/components/CountDown.vue 5.98KB
  234. back/src/main/resources/front/front/src/components/Editor.vue 6.6KB
  235. back/src/main/resources/front/front/src/components/FileUpload.vue 3.79KB
  236. back/src/main/resources/front/front/src/components/img.vue 7.28KB
  237. back/src/main/resources/front/front/src/config/
  238. back/src/main/resources/front/front/src/config/config.js 374B
  239. back/src/main/resources/front/front/src/main.js 1.83KB
  240. back/src/main/resources/front/front/src/pages/
  241. back/src/main/resources/front/front/src/pages/aboutus/
  242. back/src/main/resources/front/front/src/pages/aboutus/add.vue 15.53KB
  243. back/src/main/resources/front/front/src/pages/aboutus/detail.vue 15.19KB
  244. back/src/main/resources/front/front/src/pages/aboutus/list.vue 13.7KB
  245. back/src/main/resources/front/front/src/pages/cangchuxinxi/
  246. back/src/main/resources/front/front/src/pages/cangchuxinxi/add.vue 16.2KB
  247. back/src/main/resources/front/front/src/pages/cangchuxinxi/detail.vue 17.13KB
  248. back/src/main/resources/front/front/src/pages/cangchuxinxi/list.vue 14.73KB
  249. back/src/main/resources/front/front/src/pages/center/
  250. back/src/main/resources/front/front/src/pages/center/center.vue 21.81KB
  251. back/src/main/resources/front/front/src/pages/config/
  252. back/src/main/resources/front/front/src/pages/config/add.vue 11.19KB
  253. back/src/main/resources/front/front/src/pages/config/detail.vue 14.49KB
  254. back/src/main/resources/front/front/src/pages/config/list.vue 13.69KB
  255. back/src/main/resources/front/front/src/pages/discussshangpinxinxi/
  256. back/src/main/resources/front/front/src/pages/discussshangpinxinxi/add.vue 13.14KB
  257. back/src/main/resources/front/front/src/pages/discussshangpinxinxi/detail.vue 22.02KB
  258. back/src/main/resources/front/front/src/pages/discussshangpinxinxi/list.vue 14.21KB
  259. back/src/main/resources/front/front/src/pages/home/
  260. back/src/main/resources/front/front/src/pages/home/home.vue 27.73KB
  261. back/src/main/resources/front/front/src/pages/index.vue 13.92KB
  262. back/src/main/resources/front/front/src/pages/login/
  263. back/src/main/resources/front/front/src/pages/login/login.vue 11.76KB
  264. back/src/main/resources/front/front/src/pages/news/
  265. back/src/main/resources/front/front/src/pages/news/news-detail.vue 1.47KB
  266. back/src/main/resources/front/front/src/pages/news/news-list.vue 11.02KB
  267. back/src/main/resources/front/front/src/pages/register/
  268. back/src/main/resources/front/front/src/pages/register/register.vue 11.4KB
  269. back/src/main/resources/front/front/src/pages/shangpinfenlei/
  270. back/src/main/resources/front/front/src/pages/shangpinfenlei/add.vue 10.07KB
  271. back/src/main/resources/front/front/src/pages/shangpinfenlei/detail.vue 14.51KB
  272. back/src/main/resources/front/front/src/pages/shangpinfenlei/list.vue 13.78KB
  273. back/src/main/resources/front/front/src/pages/shangpinxinxi/
  274. back/src/main/resources/front/front/src/pages/shangpinxinxi/add.vue 17.23KB
  275. back/src/main/resources/front/front/src/pages/shangpinxinxi/detail.vue 40.08KB
  276. back/src/main/resources/front/front/src/pages/shangpinxinxi/list.vue 17.48KB
  277. back/src/main/resources/front/front/src/pages/shop-address/
  278. back/src/main/resources/front/front/src/pages/shop-address/addOrUpdate.vue 9.75KB
  279. back/src/main/resources/front/front/src/pages/shop-address/list.vue 9.38KB
  280. back/src/main/resources/front/front/src/pages/shop-cart/
  281. back/src/main/resources/front/front/src/pages/shop-cart/list.vue 5.86KB
  282. back/src/main/resources/front/front/src/pages/shop-order/
  283. back/src/main/resources/front/front/src/pages/shop-order/confirm.vue 29.07KB
  284. back/src/main/resources/front/front/src/pages/shop-order/list.vue 23.4KB
  285. back/src/main/resources/front/front/src/pages/storeup/
  286. back/src/main/resources/front/front/src/pages/storeup/list.vue 9.02KB
  287. back/src/main/resources/front/front/src/pages/systemintro/
  288. back/src/main/resources/front/front/src/pages/systemintro/add.vue 15.54KB
  289. back/src/main/resources/front/front/src/pages/systemintro/detail.vue 15.19KB
  290. back/src/main/resources/front/front/src/pages/systemintro/list.vue 13.71KB
  291. back/src/main/resources/front/front/src/pages/users/
  292. back/src/main/resources/front/front/src/pages/users/add.vue 10.9KB
  293. back/src/main/resources/front/front/src/pages/users/detail.vue 15.08KB
  294. back/src/main/resources/front/front/src/pages/users/list.vue 13.71KB
  295. back/src/main/resources/front/front/src/pages/yonghu/
  296. back/src/main/resources/front/front/src/pages/yonghu/add.vue 14.98KB
  297. back/src/main/resources/front/front/src/pages/yonghu/detail.vue 16.98KB
  298. back/src/main/resources/front/front/src/pages/yonghu/list.vue 14.14KB
  299. back/src/main/resources/front/front/src/router/
  300. back/src/main/resources/front/front/src/router/router.js 3.83KB
  301. back/src/main/resources/front/front/src/store/
  302. back/src/main/resources/front/front/src/store/getters.js 46B
  303. back/src/main/resources/front/front/src/store/index.js 283B
  304. back/src/main/resources/front/front/src/store/modules/
  305. back/src/main/resources/front/front/src/store/modules/app.js 490B
  306. back/src/main/resources/front/front/vue.config.js 135B
  307. back/src/main/resources/mapper/
  308. back/src/main/resources/mapper/AboutusDao.xml 1.34KB
  309. back/src/main/resources/mapper/AddressDao.xml 1.28KB
  310. back/src/main/resources/mapper/CangchuxinxiDao.xml 1.63KB
  311. back/src/main/resources/mapper/CartDao.xml 1.46KB
  312. back/src/main/resources/mapper/CommonDao.xml 2.61KB
  313. back/src/main/resources/mapper/ConfigDao.xml 200B
  314. back/src/main/resources/mapper/DiscussshangpinxinxiDao.xml 1.55KB
  315. back/src/main/resources/mapper/NewsDao.xml 1.19KB
  316. back/src/main/resources/mapper/OrdersDao.xml 3.48KB
  317. back/src/main/resources/mapper/ShangpinfenleiDao.xml 1.2KB
  318. back/src/main/resources/mapper/ShangpinxinxiDao.xml 1.87KB
  319. back/src/main/resources/mapper/StoreupDao.xml 1.43KB
  320. back/src/main/resources/mapper/SystemintroDao.xml 1.41KB
  321. back/src/main/resources/mapper/TokenDao.xml 377B
  322. back/src/main/resources/mapper/UsersDao.xml 379B
  323. back/src/main/resources/mapper/YonghuDao.xml 1.45KB
  324. back/src/main/resources/static/
  325. back/src/main/resources/static/upload/
  326. back/src/main/resources/static/upload/1577351717989.jpg 153.3KB
  327. back/src/main/resources/static/upload/1682859599563.png 53.14KB
  328. back/src/main/resources/static/upload/aboutus_picture1.jpg 344.56KB
  329. back/src/main/resources/static/upload/aboutus_picture2.jpg 346.4KB
  330. back/src/main/resources/static/upload/aboutus_picture3.jpg 805.63KB
  331. back/src/main/resources/static/upload/news_picture1.jpg 18.29KB
  332. back/src/main/resources/static/upload/news_picture2.jpg 316.77KB
  333. back/src/main/resources/static/upload/news_picture3.jpg 37.92KB
  334. back/src/main/resources/static/upload/news_picture4.jpg 12.9KB
  335. back/src/main/resources/static/upload/news_picture5.jpg 87.65KB
  336. back/src/main/resources/static/upload/news_picture6.jpg 25.08KB
  337. back/src/main/resources/static/upload/news_picture7.jpg 85.39KB
  338. back/src/main/resources/static/upload/news_picture8.jpg 94.43KB
  339. back/src/main/resources/static/upload/picture1.jpg 64.84KB
  340. back/src/main/resources/static/upload/picture2.jpg 112.06KB
  341. back/src/main/resources/static/upload/picture3.jpg 109.29KB
  342. back/src/main/resources/static/upload/shangpinxinxi_shangpintupian1.jpg 84.01KB
  343. back/src/main/resources/static/upload/shangpinxinxi_shangpintupian2.jpg 54.52KB
  344. back/src/main/resources/static/upload/shangpinxinxi_shangpintupian3.jpg 93.63KB
  345. back/src/main/resources/static/upload/shangpinxinxi_shangpintupian4.jpg 83.34KB
  346. back/src/main/resources/static/upload/shangpinxinxi_shangpintupian5.jpg 49.92KB
  347. back/src/main/resources/static/upload/shangpinxinxi_shangpintupian6.jpg 121.61KB
  348. back/src/main/resources/static/upload/shangpinxinxi_shangpintupian7.jpg 109.67KB
  349. back/src/main/resources/static/upload/shangpinxinxi_shangpintupian8.jpg 84.46KB
  350. back/src/main/resources/static/upload/systemintro_picture1.jpg 662.63KB
  351. back/src/main/resources/static/upload/systemintro_picture2.jpg 934.21KB
  352. back/src/main/resources/static/upload/systemintro_picture3.jpg 295.24KB
  353. back/src/main/resources/static/upload/test
  354. back/src/main/resources/static/upload/yonghu_touxiang1.jpg 40.23KB
  355. back/src/main/resources/static/upload/yonghu_touxiang2.jpg 97.18KB
  356. back/src/main/resources/static/upload/yonghu_touxiang3.jpg 97.18KB
  357. back/src/main/resources/static/upload/yonghu_touxiang4.jpg 48.6KB
  358. back/src/main/resources/static/upload/yonghu_touxiang5.jpg 72.3KB
  359. back/src/main/resources/static/upload/yonghu_touxiang6.jpg 180.42KB
  360. back/src/main/resources/static/upload/yonghu_touxiang7.jpg 26.04KB
  361. back/src/main/resources/static/upload/yonghu_touxiang8.jpg 48.6KB
  362. back/src/test/
  363. back/src/test/java/
  364. back/src/test/java/com/
  365. back/src/test/java/com/SpringbootSchemaApplicationTests.java 218B
  366. front/
  367. front/1-install.bat 12B
  368. front/2-run.bat 14B
  369. front/3-build.bat 15B
  370. front/babel.config.js 73B
  371. front/dist/
  372. front/dist/css/
  373. front/dist/css/app.9f1a67e9.css 318.7KB
  374. front/dist/css/chunk-vendors.1f0a25b2.css 36.57KB
  375. front/dist/favicon.ico 4.19KB
  376. front/dist/fonts/
  377. front/dist/fonts/element-icons.535877f5.woff 27.54KB
  378. front/dist/fonts/element-icons.732389de.ttf 54.64KB
  379. front/dist/img/
  380. front/dist/img/404.3648f234.png 21.19KB
  381. front/dist/img/zhongguo.20798bfa.png 4.74KB
  382. front/dist/index.html 980B
  383. front/dist/js/
  384. front/dist/js/app.829a742a.js 388.73KB
  385. front/dist/js/app.829a742a.js.map 1.21MB
  386. front/dist/js/chunk-vendors.5ca5e0aa.js 2.38MB
  387. front/dist/js/chunk-vendors.5ca5e0aa.js.map 10.95MB
  388. front/package-lock.json 424.26KB
  389. front/package.json 1.46KB
  390. front/public/
  391. front/public/favicon.ico 4.19KB
  392. front/public/index.html 614B
  393. front/src/
  394. front/src/App.vue 339B
  395. front/src/assets/
  396. front/src/assets/css/
  397. front/src/assets/css/canvas-bg-1.css 391B
  398. front/src/assets/css/canvas-bg-2.css 83B
  399. front/src/assets/css/canvas-bg-3.css 61B
  400. front/src/assets/css/canvas-bg-4.css 61B
  401. front/src/assets/css/canvas-bg-5.css 61B
  402. front/src/assets/css/element-variables.scss 362B
  403. front/src/assets/css/style.scss 691B
  404. front/src/assets/img/
  405. front/src/assets/img/404.png 21.19KB
  406. front/src/assets/img/QRcode.png 11.74KB
  407. front/src/assets/img/avator.png 89.84KB
  408. front/src/assets/img/bg.jpg 4.12MB
  409. front/src/assets/img/captcha.jpg 3.29KB
  410. front/src/assets/img/jiahao.png 5.38KB
  411. front/src/assets/img/login.png 843B
  412. front/src/assets/img/logo.png 4.75KB
  413. front/src/assets/img/password.png 1.33KB
  414. front/src/assets/img/role.png 2.89KB
  415. front/src/assets/img/test/
  416. front/src/assets/img/test/jianshe.png 3.73KB
  417. front/src/assets/img/test/jiaotong.png 3.59KB
  418. front/src/assets/img/test/nongye.png 2.71KB
  419. front/src/assets/img/test/weixin.png 1.8KB
  420. front/src/assets/img/test/zhifubao.png 1.88KB
  421. front/src/assets/img/test/zhongguo.png 4.74KB
  422. front/src/assets/img/username.png 1.15KB
  423. front/src/assets/js/
  424. front/src/assets/js/canvas-bg-1.js 2.02KB
  425. front/src/assets/js/canvas-bg-2.js 7.23KB
  426. front/src/assets/js/canvas-bg-3.js 4.4KB
  427. front/src/assets/js/canvas-bg-4.js 10.87KB
  428. front/src/assets/js/canvas-bg-5.js 5.15KB
  429. front/src/components/
  430. front/src/components/SvgIcon/
  431. front/src/components/SvgIcon/index.vue 692B
  432. front/src/components/common/
  433. front/src/components/common/BreadCrumbs.vue 2.21KB
  434. front/src/components/common/BreadCrumbs.vue.bak 1.95KB
  435. front/src/components/common/Editor.vue 7.2KB
  436. front/src/components/common/ExcelFileUpload.vue 3.95KB
  437. front/src/components/common/FileUpload.vue 3.85KB
  438. front/src/components/common/img.vue 7.69KB
  439. front/src/components/home/
  440. front/src/components/home/HomeCard.vue 1.17KB
  441. front/src/components/home/HomeChart.vue 2.65KB
  442. front/src/components/home/HomeComment.vue 2.67KB
  443. front/src/components/home/HomeProgress.vue 1.17KB
  444. front/src/components/index/
  445. front/src/components/index/IndexAside.vue 1.26KB
  446. front/src/components/index/IndexAsideStatic.vue 7.71KB
  447. front/src/components/index/IndexAsideStatic.vue.bak 1.99KB
  448. front/src/components/index/IndexAsideSub.vue 1.23KB
  449. front/src/components/index/IndexHeader.vue 2KB
  450. front/src/components/index/IndexHeader.vue.bak 1.58KB
  451. front/src/components/index/IndexMain.vue 3.37KB
  452. front/src/components/index/IndexMain.vue.bak 2.12KB
  453. front/src/icons/
  454. front/src/icons/index.js 301B
  455. front/src/icons/svg/
  456. front/src/icons/svg/404.svg 1.17KB
  457. front/src/icons/svg/articleEdit.svg 1.32KB
  458. front/src/icons/svg/banner.svg 10.03KB
  459. front/src/icons/svg/bug.svg 1.04KB
  460. front/src/icons/svg/build.svg 629B
  461. front/src/icons/svg/cfg.svg 1.74KB
  462. front/src/icons/svg/channel.svg 990B
  463. front/src/icons/svg/chart.svg 210B
  464. front/src/icons/svg/clipboard.svg 765B
  465. front/src/icons/svg/code.svg 356B
  466. front/src/icons/svg/component.svg 300B
  467. front/src/icons/svg/contacts.svg 3.62KB
  468. front/src/icons/svg/dashboard.svg 1.23KB
  469. front/src/icons/svg/date.svg 921B
  470. front/src/icons/svg/dept.svg 1.28KB
  471. front/src/icons/svg/dict.svg 2.49KB
  472. front/src/icons/svg/documentation.svg 379B
  473. front/src/icons/svg/download.svg 705B
  474. front/src/icons/svg/drag.svg 457B
  475. front/src/icons/svg/druid.svg 449B
  476. front/src/icons/svg/edit.svg 727B
  477. front/src/icons/svg/education.svg 627B
  478. front/src/icons/svg/email.svg 384B
  479. front/src/icons/svg/excel.svg 569B
  480. front/src/icons/svg/exit-fullscreen.svg 1.76KB
  481. front/src/icons/svg/eye-open.svg 1.26KB
  482. front/src/icons/svg/file.svg 821B
  483. front/src/icons/svg/form.svg 607B
  484. front/src/icons/svg/fullscreen.svg 421B
  485. front/src/icons/svg/icon.svg 741B
  486. front/src/icons/svg/international.svg 1.21KB
  487. front/src/icons/svg/job.svg 1.35KB
  488. front/src/icons/svg/language.svg 1.23KB
  489. front/src/icons/svg/link.svg 285B
  490. front/src/icons/svg/list.svg 608B
  491. front/src/icons/svg/lock.svg 561B
  492. front/src/icons/svg/log.svg 1.26KB
  493. front/src/icons/svg/logininfor.svg 1.07KB
  494. front/src/icons/svg/menu.svg 408B
  495. front/src/icons/svg/message.svg 642B
  496. front/src/icons/svg/money.svg 360B
  497. front/src/icons/svg/monitor.svg 525B
  498. front/src/icons/svg/nested.svg 595B
  499. front/src/icons/svg/nested0.svg 595B
  500. front/src/icons/svg/online.svg 2.27KB
  501. front/src/icons/svg/operation.svg 936B
  502. front/src/icons/svg/password.svg 673B
  503. front/src/icons/svg/password0.svg 673B
  504. front/src/icons/svg/pdf.svg 1.67KB
  505. front/src/icons/svg/people.svg 1.41KB
  506. front/src/icons/svg/peoples.svg 853B
  507. front/src/icons/svg/phone.svg 868B
  508. front/src/icons/svg/post.svg 936B
  509. front/src/icons/svg/qq.svg 4.28KB
  510. front/src/icons/svg/search.svg 600B
  511. front/src/icons/svg/sender.svg 220B
  512. front/src/icons/svg/server.svg 469B
  513. front/src/icons/svg/shopping.svg 2.18KB
  514. front/src/icons/svg/shoppingCard.svg 1.24KB
  515. front/src/icons/svg/size.svg 211B
  516. front/src/icons/svg/skill.svg 1.16KB
  517. front/src/icons/svg/star.svg 702B
  518. front/src/icons/svg/svg/
  519. front/src/icons/svg/svg/AI.svg 983B
  520. front/src/icons/svg/svg/AIDeviceLayout.svg 895B
  521. front/src/icons/svg/svg/EIM.svg 996B
  522. front/src/icons/svg/svg/VIP.svg 1.11KB
  523. front/src/icons/svg/svg/agricultureRegister.svg 1.29KB
  524. front/src/icons/svg/svg/area.svg 3.61KB
  525. front/src/icons/svg/svg/base.svg 1.31KB
  526. front/src/icons/svg/svg/batch.svg 1.23KB
  527. front/src/icons/svg/svg/board.svg 889B
  528. front/src/icons/svg/svg/board1.svg 1.18KB
  529. front/src/icons/svg/svg/boardConfig.svg 1.74KB
  530. front/src/icons/svg/svg/cfg.svg 1.74KB
  531. front/src/icons/svg/svg/code.svg 356B
  532. front/src/icons/svg/svg/company.svg 1013B
  533. front/src/icons/svg/svg/crop.svg 1.4KB
  534. front/src/icons/svg/svg/crops.svg 3.44KB
  535. front/src/icons/svg/svg/dashboard.svg 1.23KB
  536. front/src/icons/svg/svg/dataAbnormal.svg 1.49KB
  537. front/src/icons/svg/svg/dataLack.svg 1.35KB
  538. front/src/icons/svg/svg/dept.svg 2.37KB
  539. front/src/icons/svg/svg/device.svg 2.53KB
  540. front/src/icons/svg/svg/deviceMonitorData.svg 908B
  541. front/src/icons/svg/svg/dict.svg 2.49KB
  542. front/src/icons/svg/svg/diseasesinsect.svg 2.78KB
  543. front/src/icons/svg/svg/diseasesinsects.svg 1.16KB
  544. front/src/icons/svg/svg/documentation.svg 379B
  545. front/src/icons/svg/svg/email.svg 384B
  546. front/src/icons/svg/svg/environmental.svg 1.17KB
  547. front/src/icons/svg/svg/eye-open.svg 1.26KB
  548. front/src/icons/svg/svg/farmingProject.svg 979B
  549. front/src/icons/svg/svg/finance.svg 760B
  550. front/src/icons/svg/svg/financeBudget.svg 737B
  551. front/src/icons/svg/svg/financeReality.svg 1.13KB
  552. front/src/icons/svg/svg/firm.svg 1.44KB
  553. front/src/icons/svg/svg/firms.svg 1.03KB
  554. front/src/icons/svg/svg/harvestBatch.svg 533B
  555. front/src/icons/svg/svg/harvestDetection.svg 743B
  556. front/src/icons/svg/svg/harvestManage.svg 677B
  557. front/src/icons/svg/svg/harvestWorks.svg 1.02KB
  558. front/src/icons/svg/svg/heavyMetalDetection.svg 1KB
  559. front/src/icons/svg/svg/home.svg 1.09KB
  560. front/src/icons/svg/svg/inspection.svg 729B
  561. front/src/icons/svg/svg/internet.svg 903B
  562. front/src/icons/svg/svg/internetActive.svg 1.27KB
  563. front/src/icons/svg/svg/log.svg 1.26KB
  564. front/src/icons/svg/svg/mainSystem.svg 967B
  565. front/src/icons/svg/svg/mainSystemActive.svg 1.21KB
  566. front/src/icons/svg/svg/menu.svg 426B
  567. front/src/icons/svg/svg/monitorEquipment.svg 857B
  568. front/src/icons/svg/svg/news.svg 1.46KB
  569. front/src/icons/svg/svg/order.svg 863B
  570. front/src/icons/svg/svg/password.svg 673B
  571. front/src/icons/svg/svg/peoples.svg 854B
  572. front/src/icons/svg/svg/pest.svg 2.78KB
  573. front/src/icons/svg/svg/pestActive.svg 3.03KB
  574. front/src/icons/svg/svg/pesticideResidue.svg 820B
  575. front/src/icons/svg/svg/pests.svg 591B
  576. front/src/icons/svg/svg/phone.svg 868B
  577. front/src/icons/svg/svg/plant.svg 1.97KB
  578. front/src/icons/svg/svg/plants.svg 2.1KB
  579. front/src/icons/svg/svg/plantsActive.svg 2.47KB
  580. front/src/icons/svg/svg/residual.svg 1.46KB
  581. front/src/icons/svg/svg/retroactiveCoding.svg 808B
  582. front/src/icons/svg/svg/scheme.svg 1.23KB
  583. front/src/icons/svg/svg/source.svg 808B
  584. front/src/icons/svg/svg/sourceActive.svg 1.11KB
  585. front/src/icons/svg/svg/system.svg 1.9KB
  586. front/src/icons/svg/svg/task.svg 413B
  587. front/src/icons/svg/svg/tempFarm.svg 1.1KB
  588. front/src/icons/svg/svg/traceability.svg 860B
  589. front/src/icons/svg/svg/traceabilityList.svg 474B
  590. front/src/icons/svg/svg/traceabilityStyle.svg 598B
  591. front/src/icons/svg/svg/user.svg 503B
  592. front/src/icons/svg/svg/user0.svg 503B
  593. front/src/icons/svg/svg/validCode.svg 1KB
  594. front/src/icons/svg/svg/video.svg 590B
  595. front/src/icons/svg/svg/videoEquipment.svg 1.91KB
  596. front/src/icons/svg/svg/videoKey.svg 936B
  597. front/src/icons/svg/svg/vipCustomized.svg 1.37KB
  598. front/src/icons/svg/svg/warnings.svg 708B
  599. front/src/icons/svg/svg/workOrder.svg 1.4KB
  600. front/src/icons/svg/svg/┐┤░х╣▄└э.svg 1.14KB
  601. front/src/icons/svg/svg/╓╪╜Ё╩Ї╝ь▓т╣▄└э.svg 2.44KB
  602. front/src/icons/svg/swagger.svg 1.16KB
  603. front/src/icons/svg/system.svg 1.9KB
  604. front/src/icons/svg/tab.svg 725B
  605. front/src/icons/svg/table.svg 251B
  606. front/src/icons/svg/table0.svg 763B
  607. front/src/icons/svg/task.svg 413B
  608. front/src/icons/svg/template.svg 792B
  609. front/src/icons/svg/theme.svg 667B
  610. front/src/icons/svg/tool.svg 1.42KB
  611. front/src/icons/svg/tree-table.svg 906B
  612. front/src/icons/svg/tree.svg 1.98KB
  613. front/src/icons/svg/user.svg 503B
  614. front/src/icons/svg/user0.svg 503B
  615. front/src/icons/svg/validCode.svg 1KB
  616. front/src/icons/svg/wechat.svg 1.34KB
  617. front/src/icons/svg/zip.svg 1.55KB
  618. front/src/icons/svgo.yml 388B
  619. front/src/main.js 2.52KB
  620. front/src/main.js.bak 2.43KB
  621. front/src/router/
  622. front/src/router/router-static.js 3.47KB
  623. front/src/store/
  624. front/src/store/store.js
  625. front/src/utils/
  626. front/src/utils/api.js 410B
  627. front/src/utils/base.js 432B
  628. front/src/utils/http.js 805B
  629. front/src/utils/i18n.js 350B
  630. front/src/utils/menu.js 2.61KB
  631. front/src/utils/storage.js 490B
  632. front/src/utils/utils.js 2.18KB
  633. front/src/utils/validate.js 1.01KB
  634. front/src/views/
  635. front/src/views/404.vue 912B
  636. front/src/views/board.vue 15.51KB
  637. front/src/views/center.vue 7.98KB
  638. front/src/views/home.vue 1.38KB
  639. front/src/views/index.vue 398B
  640. front/src/views/login.vue 8.16KB
  641. front/src/views/modules/
  642. front/src/views/modules/aboutus/
  643. front/src/views/modules/aboutus/add-or-update.vue 17.66KB
  644. front/src/views/modules/aboutus/list.vue 17.94KB
  645. front/src/views/modules/address/
  646. front/src/views/modules/address/add-or-update.vue 14.45KB
  647. front/src/views/modules/address/list.vue 16.42KB
  648. front/src/views/modules/cangchuxinxi/
  649. front/src/views/modules/cangchuxinxi/add-or-update.vue 19.59KB
  650. front/src/views/modules/cangchuxinxi/list.vue 18.26KB
  651. front/src/views/modules/cart/
  652. front/src/views/modules/cart/add-or-update.vue 18.07KB
  653. front/src/views/modules/cart/list.vue 17.51KB
  654. front/src/views/modules/config/
  655. front/src/views/modules/config/add-or-update.vue 13.01KB
  656. front/src/views/modules/config/list.vue 14.62KB
  657. front/src/views/modules/discussshangpinxinxi/
  658. front/src/views/modules/discussshangpinxinxi/add-or-update.vue 14.02KB
  659. front/src/views/modules/discussshangpinxinxi/list.vue 17.79KB
  660. front/src/views/modules/news/
  661. front/src/views/modules/news/add-or-update.vue 15.1KB
  662. front/src/views/modules/news/list.vue 16.74KB
  663. front/src/views/modules/orders/
  664. front/src/views/modules/orders/add-or-update.vue 23.42KB
  665. front/src/views/modules/orders/list.vue 50.9KB
  666. front/src/views/modules/shangpinfenlei/
  667. front/src/views/modules/shangpinfenlei/add-or-update.vue 12.1KB
  668. front/src/views/modules/shangpinfenlei/list.vue 16.04KB
  669. front/src/views/modules/shangpinxinxi/
  670. front/src/views/modules/shangpinxinxi/add-or-update.vue 20.69KB
  671. front/src/views/modules/shangpinxinxi/list.vue 22.71KB
  672. front/src/views/modules/storeup/
  673. front/src/views/modules/storeup/add-or-update.vue 15.41KB
  674. front/src/views/modules/storeup/list.vue 16.77KB
  675. front/src/views/modules/systemintro/
  676. front/src/views/modules/systemintro/add-or-update.vue 17.69KB
  677. front/src/views/modules/systemintro/list.vue 17.97KB
  678. front/src/views/modules/users/
  679. front/src/views/modules/users/add-or-update.vue 12.71KB
  680. front/src/views/modules/users/list.vue 16.71KB
  681. front/src/views/modules/yonghu/
  682. front/src/views/modules/yonghu/add-or-update.vue 17.87KB
  683. front/src/views/modules/yonghu/list.vue 17.67KB
  684. front/src/views/pay.vue 4.49KB
  685. front/src/views/register.vue 10.9KB
  686. front/src/views/update-password.vue 6.3KB
  687. front/src/views/update-password.vue.bak 3.16KB
  688. front/vue.config.js 1.87KB
  689. 功能文档.docx 3.82MB
  690. 数据表.doc 1.24MB
  691. 答辩PPT.pptx 3.83MB

资源介绍:

基于Vue.js和SpringBoot的无人超市管理系统是一个高效、现代化的解决方案,旨在为用户提供便捷的购物体验和高效的管理功能。该系统分为用户前台和管理后台两个部分,分别针对普通用户和管理员角色提供不同的功能和权限。用户前台主要包括商品分类模块、商品管理模块、商品订单模块等,方便用户浏览商品、下单购买和查看订单状态。管理后台则提供更全面的管理功能,包括商品分类管理、商品信息管理、订单管理、仓储信息管理以及超市资讯管理等模块,帮助管理员高效地进行商品上架、库存管理、订单处理和信息发布等工作。通过Vue.js的前端技术,系统界面友好、操作流畅,而SpringBoot的后端框架则保证了系统的稳定性和扩展性。 演示录屏:https://www.bilibili.com/video/BV1dTY5egEpB 配套教程:https://www.bilibili.com/video/BV1pW4y1P7GR
<link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/base.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/fancy.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89628709/raw.css" rel="stylesheet"/><div id="sidebar" style="display: none"><div id="outline"></div></div><div class="pf w0 h0" data-page-no="1" id="pf1"><div class="pc pc1 w0 h0"><img alt="" class="bi x0 y0 w1 h1" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89628709/bg1.jpg"/><div class="t m0 x1 h2 y1 ff1 fs0 fc0 sc0 ls0 ws0">表名:<span class="ff2 fs1">discussshangpinxinxi</span></div><div class="t m0 x1 h3 y2 ff1 fs0 fc0 sc0 ls0 ws0">功能:<span class="ff3 fs1">商品信息评论表</span></div><div class="c x2 y3 w2 h4"><div class="t m0 x3 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">字段名称</div></div><div class="c x4 y3 w3 h4"><div class="t m0 x5 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">类型</div></div><div class="c x6 y3 w4 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">长度</div></div><div class="c x8 y3 w5 h4"><div class="t m0 x9 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">字段说明</div></div><div class="c xa y3 w6 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">主键</div></div><div class="c xb y3 w7 h4"><div class="t m0 xc h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">默认值</div></div><div class="c x2 y5 w2 h4"><div class="t m0 xd h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">id</div></div><div class="c x4 y5 w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y5 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">主键</div></div><div class="c xa y5 w6 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">主键</div></div><div class="c x2 y7 w2 h7"><div class="t m0 x10 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">addtime</div></div><div class="c x4 y7 w3 h7"><div class="t m0 x3 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">timestamp</div></div><div class="c x8 y7 w5 h7"><div class="t m0 x9 h6 y8 ff6 fs0 fc0 sc0 ls0 ws0">创建时间</div></div><div class="c xb y7 w7 h7"><div class="t m0 x11 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">CURRENT_</div><div class="t m0 x11 h6 y9 ff5 fs0 fc0 sc0 ls0 ws0">TIMESTAM</div><div class="t m0 x3 h6 ya ff5 fs0 fc0 sc0 ls0 ws0">P</div></div><div class="c x2 yb w2 h4"><div class="t m0 x12 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">refid</div></div><div class="c x4 yb w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 yb w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">关联表<span class="_ _0"> </span><span class="ff5">id</span></div></div><div class="c x2 yc w2 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">userid</div></div><div class="c x4 yc w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 yc w5 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">用户<span class="_ _0"> </span><span class="ff5">id</span></div></div><div class="c x2 yd w2 h4"><div class="t m0 x13 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">avatarurl</div></div><div class="c x4 yd w3 h4"><div class="t m0 x10 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">longtext</div></div><div class="c x6 yd w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">4294967295</div></div><div class="c x8 yd w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">头像</div></div><div class="c x2 ye w2 h4"><div class="t m0 x15 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">nickname</div></div><div class="c x4 ye w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 ye w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 ye w5 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">用户名</div></div><div class="c x2 yf w2 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">content</div></div><div class="c x4 yf w3 h4"><div class="t m0 x10 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">longtext</div></div><div class="c x6 yf w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">4294967295</div></div><div class="c x8 yf w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">评论内容</div></div><div class="c x2 y10 w2 h4"><div class="t m0 x12 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">reply</div></div><div class="c x4 y10 w3 h4"><div class="t m0 x10 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">longtext</div></div><div class="c x6 y10 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">4294967295</div></div><div class="c x8 y10 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">回复内容</div></div><div class="t m0 x1 h2 y11 ff1 fs0 fc0 sc0 ls0 ws0">表名:<span class="ff2 fs1">config</span></div><div class="t m0 x1 h3 y12 ff1 fs0 fc0 sc0 ls0 ws0">功能:<span class="ff3 fs1">配置文件</span></div><div class="c x2 y13 w2 h4"><div class="t m0 x3 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">字段名称</div></div><div class="c x4 y13 w3 h4"><div class="t m0 x5 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">类型</div></div><div class="c x6 y13 w4 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">长度</div></div><div class="c x8 y13 w5 h4"><div class="t m0 x9 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">字段说明</div></div><div class="c xa y13 w6 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">主键</div></div><div class="c xb y13 w7 h4"><div class="t m0 xc h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">默认值</div></div><div class="c x2 y14 w2 h4"><div class="t m0 xd h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">id</div></div><div class="c x4 y14 w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y14 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">主键</div></div><div class="c xa y14 w6 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">主键</div></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf2" class="pf w0 h0" data-page-no="2"><div class="pc pc2 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89628709/bg2.jpg"><div class="c x2 y15 w2 h4"><div class="t m0 x5 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">name</div></div><div class="c x4 y15 w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y15 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">100</div></div><div class="c x8 y15 w5 h4"><div class="t m0 x18 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#37197;&#32622;&#21442;&#25968;&#21517;&#31216;</div></div><div class="c x2 y16 w2 h4"><div class="t m0 x5 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">value</div></div><div class="c x4 y16 w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y16 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">100</div></div><div class="c x8 y16 w5 h4"><div class="t m0 x19 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#37197;&#32622;&#21442;&#25968;&#20540;</div></div><div class="t m0 x1 h2 y17 ff1 fs0 fc0 sc0 ls0 ws0">&#34920;&#21517;&#65306;<span class="ff2 fs1">cart</span></div><div class="t m0 x1 h3 y18 ff1 fs0 fc0 sc0 ls0 ws0">&#21151;&#33021;&#65306;<span class="ff3 fs1">&#36141;&#29289;&#36710;&#34920;</span></div><div class="c x2 y19 w2 h4"><div class="t m0 x3 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#21517;&#31216;</div></div><div class="c x4 y19 w3 h4"><div class="t m0 x5 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#31867;&#22411;</div></div><div class="c x6 y19 w4 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#38271;&#24230;</div></div><div class="c x8 y19 w5 h4"><div class="t m0 x9 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#35828;&#26126;</div></div><div class="c xa y19 w6 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xb y19 w7 h4"><div class="t m0 xc h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#40664;&#35748;&#20540;</div></div><div class="c x2 y1a w2 h4"><div class="t m0 xd h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">id</div></div><div class="c x4 y1a w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y1a w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xa y1a w6 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c x2 y1b w2 h7"><div class="t m0 x10 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">addtime</div></div><div class="c x4 y1b w3 h7"><div class="t m0 x3 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">timestamp</div></div><div class="c x8 y1b w5 h7"><div class="t m0 x9 h6 y8 ff6 fs0 fc0 sc0 ls0 ws0">&#21019;&#24314;&#26102;&#38388;</div></div><div class="c xb y1b w7 h7"><div class="t m0 x11 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">CURRENT_</div><div class="t m0 x11 h6 y9 ff5 fs0 fc0 sc0 ls0 ws0">TIMESTAM</div><div class="t m0 x3 h6 ya ff5 fs0 fc0 sc0 ls0 ws0">P</div></div><div class="c x2 y1c w2 h4"><div class="t m0 x3 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">tablename</div></div><div class="c x4 y1c w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y1c w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y1c w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#21830;&#21697;&#34920;&#21517;</div></div><div class="c xb y1c w7 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">shangpinxinxi</div></div><div class="c x2 y1d w2 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">userid</div></div><div class="c x4 y1d w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y1d w5 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#29992;&#25143;<span class="_ _0"> </span><span class="ff5">id</span></div></div><div class="c x2 y1e w2 h4"><div class="t m0 x1a h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">goodid</div></div><div class="c x4 y1e w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y1e w5 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#21830;&#21697;<span class="_ _0"> </span><span class="ff5">id</span></div></div><div class="c x2 y1f w2 h4"><div class="t m0 x3 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">goodname</div></div><div class="c x4 y1f w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y1f w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y1f w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#21830;&#21697;&#21517;&#31216;</div></div><div class="c x2 y20 w2 h4"><div class="t m0 x1a h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">picture</div></div><div class="c x4 y20 w3 h4"><div class="t m0 x10 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">longtext</div></div><div class="c x6 y20 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">4294967295</div></div><div class="c x8 y20 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#22270;&#29255;</div></div><div class="c x2 y21 w2 h4"><div class="t m0 x1b h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">buynumber</div></div><div class="c x4 y21 w3 h4"><div class="t m0 x1c h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">int</div></div><div class="c x8 y21 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#36141;&#20080;&#25968;&#37327;</div></div><div class="c x2 y22 w2 h4"><div class="t m0 x12 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">price</div></div><div class="c x4 y22 w3 h4"><div class="t m0 x12 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">float</div></div><div class="c x8 y22 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#21333;&#20215;</div></div><div class="c x2 y23 w2 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">discountprice</div></div><div class="c x4 y23 w3 h4"><div class="t m0 x12 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">float</div></div><div class="c x8 y23 w5 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20250;&#21592;&#20215;</div></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf3" class="pf w0 h0" data-page-no="3"><div class="pc pc3 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89628709/bg3.jpg"><div class="c x2 y15 w2 h4"><div class="t m0 x1d h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">goodtype</div></div><div class="c x4 y15 w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y15 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y15 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#21830;&#21697;&#31867;&#22411;</div></div><div class="t m0 x1 h2 y24 ff1 fs0 fc0 sc0 ls0 ws0">&#34920;&#21517;&#65306;<span class="ff2 fs1">users</span></div><div class="t m0 x1 h3 y25 ff1 fs0 fc0 sc0 ls0 ws0">&#21151;&#33021;&#65306;<span class="ff3 fs1">&#29992;&#25143;&#34920;</span></div><div class="c x2 y26 w2 h4"><div class="t m0 x3 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#21517;&#31216;</div></div><div class="c x4 y26 w3 h4"><div class="t m0 x5 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#31867;&#22411;</div></div><div class="c x6 y26 w4 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#38271;&#24230;</div></div><div class="c x8 y26 w5 h4"><div class="t m0 x9 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#35828;&#26126;</div></div><div class="c xa y26 w6 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xb y26 w7 h4"><div class="t m0 xc h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#40664;&#35748;&#20540;</div></div><div class="c x2 y27 w2 h4"><div class="t m0 xd h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">id</div></div><div class="c x4 y27 w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y27 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xa y27 w6 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c x2 y28 w2 h4"><div class="t m0 x15 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">username</div></div><div class="c x4 y28 w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y28 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">100</div></div><div class="c x8 y28 w5 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#29992;&#25143;&#21517;</div></div><div class="c x2 y29 w2 h4"><div class="t m0 x15 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">password</div></div><div class="c x4 y29 w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y29 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">100</div></div><div class="c x8 y29 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#23494;&#30721;</div></div><div class="c x2 y2a w2 h4"><div class="t m0 x1e h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">role</div></div><div class="c x4 y2a w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y2a w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">100</div></div><div class="c x8 y2a w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#35282;&#33394;</div></div><div class="c xb y2a w7 h4"><div class="t m0 xc h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#31649;&#29702;&#21592;</div></div><div class="c x2 y2b w2 h7"><div class="t m0 x10 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">addtime</div></div><div class="c x4 y2b w3 h7"><div class="t m0 x3 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">timestamp</div></div><div class="c x8 y2b w5 h7"><div class="t m0 x9 h6 y8 ff6 fs0 fc0 sc0 ls0 ws0">&#26032;&#22686;&#26102;&#38388;</div></div><div class="c xb y2b w7 h7"><div class="t m0 x11 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">CURRENT_</div><div class="t m0 x11 h6 y9 ff5 fs0 fc0 sc0 ls0 ws0">TIMESTAM</div><div class="t m0 x3 h6 ya ff5 fs0 fc0 sc0 ls0 ws0">P</div></div><div class="t m0 x1 h2 y2c ff1 fs0 fc0 sc0 ls0 ws0">&#34920;&#21517;&#65306;<span class="ff2 fs1">cangchuxinxi</span></div><div class="t m0 x1 h3 y2d ff1 fs0 fc0 sc0 ls0 ws0">&#21151;&#33021;&#65306;<span class="ff3 fs1">&#20179;&#20648;&#20449;&#24687;</span></div><div class="c x2 y2e w2 h4"><div class="t m0 x3 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#21517;&#31216;</div></div><div class="c x4 y2e w3 h4"><div class="t m0 x5 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#31867;&#22411;</div></div><div class="c x6 y2e w4 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#38271;&#24230;</div></div><div class="c x8 y2e w5 h4"><div class="t m0 x9 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#35828;&#26126;</div></div><div class="c xa y2e w6 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xb y2e w7 h4"><div class="t m0 xc h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#40664;&#35748;&#20540;</div></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf4" class="pf w0 h0" data-page-no="4"><div class="pc pc4 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89628709/bg4.jpg"><div class="c x2 y15 w2 h4"><div class="t m0 xd h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">id</div></div><div class="c x4 y15 w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y15 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xa y15 w6 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c x2 y2f w2 h7"><div class="t m0 x10 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">addtime</div></div><div class="c x4 y2f w3 h7"><div class="t m0 x3 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">timestamp</div></div><div class="c x8 y2f w5 h7"><div class="t m0 x9 h6 y8 ff6 fs0 fc0 sc0 ls0 ws0">&#21019;&#24314;&#26102;&#38388;</div></div><div class="c xb y2f w7 h7"><div class="t m0 x11 h6 y8 ff5 fs0 fc0 sc0 ls0 ws0">CURRENT_</div><div class="t m0 x11 h6 y9 ff5 fs0 fc0 sc0 ls0 ws0">TIMESTAM</div><div class="t m0 x3 h6 ya ff5 fs0 fc0 sc0 ls0 ws0">P</div></div><div class="c x2 y30 w2 h4"><div class="t m0 x1f h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">shangpinbianhao</div></div><div class="c x4 y30 w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y30 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y30 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#21830;&#21697;&#32534;&#21495;</div></div><div class="c x2 y31 w2 h4"><div class="t m0 x19 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">shangpinmingcheng</div></div><div class="c x4 y31 w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y31 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y31 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#21830;&#21697;&#21517;&#31216;</div></div><div class="c x2 y32 w2 h4"><div class="t m0 x7 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">shangpintupian</div></div><div class="c x4 y32 w3 h4"><div class="t m0 x10 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">longtext</div></div><div class="c x6 y32 w4 h4"><div class="t m0 x14 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">4294967295</div></div><div class="c x8 y32 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#21830;&#21697;&#22270;&#29255;</div></div><div class="c x2 y33 w2 h4"><div class="t m0 x20 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">shangpinfenlei</div></div><div class="c x4 y33 w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y33 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y33 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#21830;&#21697;&#20998;&#31867;</div></div><div class="c x2 y34 w2 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">pinpai</div></div><div class="c x4 y34 w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y34 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y34 w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#21697;&#29260;</div></div><div class="c x2 y35 w2 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">shengchanriqi</div></div><div class="c x4 y35 w3 h4"><div class="t m0 x21 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">date</div></div><div class="c x8 y35 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#29983;&#20135;&#26085;&#26399;</div></div><div class="c x2 y36 w2 h4"><div class="t m0 x22 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">shengchanchangjia</div></div><div class="c x4 y36 w3 h4"><div class="t m0 x16 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">varchar</div></div><div class="c x6 y36 w4 h4"><div class="t m0 x17 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">200</div></div><div class="c x8 y36 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#29983;&#20135;&#21378;&#23478;</div></div><div class="c x2 y37 w2 h4"><div class="t m0 x23 h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">alllimittimes</div></div><div class="c x4 y37 w3 h4"><div class="t m0 x1c h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">int</div></div><div class="c x8 y37 w5 h4"><div class="t m0 x9 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#19978;&#26550;&#25968;&#37327;</div></div><div class="t m0 x1 h2 y38 ff1 fs0 fc0 sc0 ls0 ws0">&#34920;&#21517;&#65306;<span class="ff2 fs1">token</span></div><div class="t m0 x1 h3 y39 ff1 fs0 fc0 sc0 ls0 ws0">&#21151;&#33021;&#65306;<span class="ff2 fs1">token<span class="_ _1"> </span><span class="ff3">&#34920;</span></span></div><div class="c x2 y3a w2 h4"><div class="t m0 x3 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#21517;&#31216;</div></div><div class="c x4 y3a w3 h4"><div class="t m0 x5 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#31867;&#22411;</div></div><div class="c x6 y3a w4 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#38271;&#24230;</div></div><div class="c x8 y3a w5 h4"><div class="t m0 x9 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#23383;&#27573;&#35828;&#26126;</div></div><div class="c xa y3a w6 h4"><div class="t m0 x7 h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xb y3a w7 h4"><div class="t m0 xc h5 y4 ff4 fs0 fc0 sc0 ls0 ws0">&#40664;&#35748;&#20540;</div></div><div class="c x2 y3b w2 h4"><div class="t m0 xd h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">id</div></div><div class="c x4 y3b w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y3b w5 h4"><div class="t m0 xf h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c xa y3b w6 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#20027;&#38190;</div></div><div class="c x2 y3c w2 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">userid</div></div><div class="c x4 y3c w3 h4"><div class="t m0 xe h6 y6 ff5 fs0 fc0 sc0 ls0 ws0">bigint</div></div><div class="c x8 y3c w5 h4"><div class="t m0 x7 h6 y6 ff6 fs0 fc0 sc0 ls0 ws0">&#29992;&#25143;<span class="_ _0"> </span><span class="ff5">id</span></div></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div>
100+评论
captcha
    类型标题大小时间
    ZIP基于JAVA的物业管理系统(Vue.js+SpringBoot+MySQL)22.14MB8月前
    ZIP基于JAVA的足球俱乐部管理系统(Vue.js+SpringBoot+MySQL)40.36MB8月前
    ZIP微型家庭中控设备STM32F103C8T6单片机部分.zip8.39MB8月前
    ZIP上位机助手-usercontrol窗体内嵌的应用3.59MB8月前
    ZIP基于JAVA的同城宠物喂遛系统(Vue.js+SpringBoot+MySQL)38.18MB8月前
    ZIP基于JAVA的人事管理系统(Vue.js+SpringBoot+MySQL)31.5MB8月前
    ZIP基于JAVA的高校实习信息发布网站(Vue.js+SpringBoot+MySQL)35.45MB8月前
    ZIP智能水位检测与控制系统的方案的设计.zip2.96KB8月前