基于 O2O 的线上超市管理系统设计与实现摘 要本文主要研究传统零售商店在电商趋势冲击下如何转型的问题,目的在于帮助传统零售商店线上功能的实现。在研究 O2O 线上超市管理系统情况的基础上,从实际情况出发,采用面向对象方法、B/S 结构和 python 开发语言,基于 pycharm 开发平台、微信开发者工具、SQL 数据库,完成对系统的设计和实现。系统主要分成两大部分,一、前台购物模块:这一模块主要通过微信小程序来实现,顾客通过这一微信小程序可以浏览、查看商品信息,可以将商品添加到购物车,可以完成对商品的线上支付,可以对商品进行评价,可以申请售后服务。二、后台管理模块:这一模块主要通过网页来实现,管理员在这一后台模块可以通过仪表盘查看超市的各种总营业数据、可以通过账号管理修改新增账号信息、可以通过商品管理对商品及商品分类进行增删改查、可以通过会员列表查看会员评价及部分个人信息、可以通过订单管理对订单状态进行修改,达到备货发货的效果、可以通过统计管理查看超市各种详细营业数据。本文介绍了系统从设计到怎么实现的过程,内容有系统背景、系统开发目的及意义、开发工具选择、系统需求分析、系统功能分析、系统总体设计、系统详细设计,并对过程中遇到的问题和解决方法进行总结。关键词:O2O;B/S 模式;超市;微信小程序;面向对象;Design and implementation of online supermarket management system based on o2oAbstractThis paper mainly studies how to transform the traditional retail stores under the impact of e-commerce trend, in order to help the realization of online functions of traditional retail stores. Based on the study of o2o online supermarket management system, the design and implementation of the system are completed by using object-oriented method, B / S structure and python development language, based on pycharm development platform, wechat developer tools and SQL database.The first mock exam system is mainly divided into two parts: first, front desk shopping module: This module is mainly implemented through WeChat applet, which can browse and view commodity information through WeChat littl...