当前位置:   article > 正文

基于微信小程序的跑腿系统_微信跑腿小程序得系统流程分析怎么写

微信跑腿小程序得系统流程分析怎么写

摘要

随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。本文介绍了基于微信小程序的跑腿系统的开发全过程。通过分析基于微信小程序的跑腿系统管理的不足,创建了一个计算机管理基于微信小程序的跑腿系统的方案。文章介绍了基于微信小程序的跑腿系统的系统分析部分,包括可行性分析等,系统设计部分主要介绍了系统功能设计和数据库设计。
本基于微信小程序的跑腿系统有管理员,校友,跑腿员三个角色。管理员功能有个人中心,校友管理,跑腿员管理,校友动态管理,发布任务管理,任务订单管理,消息中心管理,系统管理。校友角色主要是发布跑腿任务,跑腿员主要是接跑腿任务。校友和跑腿员都是在微信小程序上进行注册登录和发任务以及接单的,管理员管理平台基础数据。因而具有一定的实用性。
本站后台采用Java的SSM框架进行后台管理开发,可以在浏览器上登录进行后台数据方面的管理,MySQL作为本地数据库,微信小程序用到了微信开发者工具,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得基于微信小程序的跑腿系统管理工作系统化、规范化。

关键词:基于微信小程序的跑腿系统;SSM框架;MYSQL数据库

Abstract

With the more and more in-depth and extensive application of information technology in management, the implementation of management information system has gradually matured in technology. This paper introduces the whole development process of running errands system based on wechat applet. By analyzing the shortcomings of the management of the errand system based on wechat applet, a scheme of computer management of the errand system based on wechat applet is created. This paper introduces the system analysis part of the errand system based on wechat applet, including feasibility analysis. The system design part mainly introduces the system function design and database design.
This errand system based on wechat applet has three roles: administrator, alumni and errand runner. Administrator functions include personal center, alumni management, errand runner management, alumni dynamic management, release task management, task order management, message center management and system management. The role of alumni is mainly to release errands, and the errand runner is mainly to receive errands. Alumni and errands are registered, logged in, sent tasks and received orders on wechat applet. The administrator manages the basic data of the platform. Therefore, it has certain practicability.
The background of this site adopts the SSM framework of Java for background management and development, which can log in on the browser for background data management. MySQL is a local database, and wechat applet uses wechat developer tools to fully ensure the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the management of errand system based on wechat applet systematic and standardized.
Keywords:Running errands system based on wechat applet; SSM framework; Mysql database

目录

1系统概述 1
1.1 研究背景 1
1.2研究目的 1
1.3系统设计思想 1
2相关技术 2
2.1微信小程序 2
2.2 MYSQL数据库 3
2.3 uni-app 3
2.4 SSM框架简介 4
3系统分析 5
3.1可行性分析 5
3.1.1技术可行性 6
3.1.2经济可行性 6
3.1.3操作可行性 6
3.2系统性能分析 6
3.2.1 系统安全性 6
3.2.2 数据完整性 7
3.3系统界面分析 7
3.4系统流程和逻辑 8
4系统概要设计 9
4.1概述 9
4.2系统结构 10
4.3.数据库设计 10
4.3.1数据库实体 10
4.3.2数据库设计表 12
5系统详细实现 15
5.1 后台模块的实现 15
5.1.1 校友信息管理 15
5.1.2 跑腿员管理 16
5.1.3 校友动态管理 17
5.2 微信小程序模块的实现 17
5.2.1 发布任务 17
5.2.2 在线接单 18
5.2.3 我的 19
6系统测试 21
6.1概念和意义 21
6.2特性 21
6.3重要性 22
6.4测试方法 22
6.5 功能测试 22
6.6可用性测试 23
6.7性能测试 23
6.8测试分析 24
6.9测试结果分析 24
结论 24
致谢语 25
参考文献 25

1 系统概要设计

4.1概述
本系统后台采用B/S结构(Browser/Server,浏览器/服务器结构)和基于Web服务两种模式,是一个适用于Internet环境下的模型结构。只要用户能连上Internet,便可以在任何时间、任何地点使用。系统工作原理图如图4-1所示:
在这里插入图片描述

图4-1系统工作原理图
4.2系统结构
设计的功能结构图如下图所示:
在这里插入图片描述

图4-2功能结构图

4.3.数据库设计
4.3.1数据库实体
概念设计的目标是设计出反映某个组织部门信息需求的数据库系统概念模式,数据库系统的概念模式独立于数据库系统的逻辑结构、独立于数据库管理系统(DBMS)、独立于计算机系统。
概念模式的设计方法是在需求分析的基础上,用概念数据模型(例如E-R模型)表示数据及数据之间的相互联系,设计出反映用户信息需求和处理需求的数据库系统概念模式。概念设计的目标是准确描述应用领域的信息模式,支持用户的各种应用,这样既容易转换为数据库系统逻辑模式,又容易为用户理解。数据库系统概念模式是面向现实世界的数据模型,不能直接用于数据库系统的实现。在此阶段,用户可以参与和评价数据库系统的设计,从而有利于保证数据库系统的设计与用户的需求相吻合。在概念模式的设计中,E-R模型法是最常见的设计方法。本系统的E-R图如下图所示:
(1)管理员信息的实体属性图如下:
在这里插入图片描述

图4.12 管理员信息实体属性图
(2)校友动态实体属性图如图4.13所示:
在这里插入图片描述

图4.13校友动态实体属性图
(3)跑腿员实体属性图如图4.14所示:
在这里插入图片描述

图4.14 跑腿员实体属性图
4.3.2数据库设计表
基于微信小程序的跑腿系统需要后台数据库,下面介绍数据库中的各个表的详细信息:

1任务订单表
序号 列名 数据类型 说明 允许空
1 Id Int id 否
2 addtime Date 创建时间 是
3 dingdanbianhao String 订单编号 是
4 renwubiaoti String 任务标题 是
5 renwuleixing String 任务类型 是
6 baojia String 报价 是
7 songjiandizhi String 送件地址 是
8 paidanmingzi String 派单名字 是
9 lianxidianhua String 联系电话 是
10 dingdanzhuangtai String 订单状态 是
11 wanchengshijian datetime 完成时间 是
12 fengmian String 封面 是
13 xiaoyouzhanghao String 校友账号 是
14 xiaoyouxingming String 校友姓名 是
15 lianxifangshi String 联系方式 是
16 dizhi String 地址 是
17 zhanghao String 账号 是
18 xingming String 姓名 是
19 shouji String 手机 是
20 sfsh String 是否审核 是
21 shhf String 审核回复 是
22 ispay String 是否支付 是
23 userid Integer 用户id 是
2校友表
序号 列名 数据类型 说明 允许空
1 Id Int id 否
2 addtime Date 创建时间 是
3 xiaoyouzhanghao String 校友账号 是
4 mima String 密码 是
5 xiaoyouxingming String 校友姓名 是
6 nianling Integer 年龄 是
7 xingbie String 性别 是
8 lianxifangshi String 联系方式 是
9 zhaopian String 照片 是
10 dizhi String 地址 是
3联系客服表
序号 列名 数据类型 说明 允许空
1 Id Int id 否
2 addtime Date 创建时间 是
3 userid Integer 用户id 是
4 adminid Integer 管理员id 是
5 ask String 提问 是
6 reply String 回复 是
7 isreply Integer 是否回复 是
4校友动态表
序号 列名 数据类型 说明 允许空
1 Id Int id 否
2 addtime Date 创建时间 是
3 biaoti String 标题 是
4 xinxileibie String 信息类别 是
5 jianjie String 简介 是
6 neirong String 内容 是
7 fabushijian date 发布时间 是
8 fengmian String 封面 是
9 xiaoyouzhanghao String 校友账号 是
10 xiaoyouxingming String 校友姓名 是
11 clicktime datetime 最近点击时间 是
12 clicknum Integer 点击次数 是
5收藏表
序号 列名 数据类型 说明 允许空
1 Id Int id 否
2 addtime Date 创建时间 是
3 userid Integer 用户id 是
4 refid Integer 收藏id 是
5 tablename String 表名 是
6 name String 收藏名称 是
7 picture String 收藏图片 是
6配置文件表
序号 列名 数据类型 说明 允许空
1 Id Int id 否
2 name String 配置参数名称 是
3 value String 配置参数值 是
7发布任务表
序号 列名 数据类型 说明 允许空
1 Id Int id 否
2 addtime Date 创建时间 是
3 renwubiaoti String 任务标题 是
4 renwuleixing String 任务类型 是
5 songjiandizhi String 送件地址 是
6 paidanmingzi String 派单名字 是
7 lianxidianhua String 联系电话 是
8 renwushijian String 任务时间 是
9 renwumiaoshu String 任务描述 是
10 fengmian String 封面 是
11 baojia float 报价 是
12 beizhu String 备注 是
13 xiaoyouzhanghao String 校友账号 是
14 xiaoyouxingming String 校友姓名 是
15 lianxifangshi String 联系方式 是
16 dizhi String 地址 是
17 clicktime datetime 最近点击时间 是
18 clicknum Integer 点击次数 是
19 userid Integer 用户id 是
8用户表
序号 列名 数据类型 说明 允许空
1 Id Int id 否
2 username String 用户名 是
3 password String 密码 是
4 role String 角色 是
5 addtime Date 新增时间 是
9跑腿员表
序号 列名 数据类型 说明 允许空
1 Id Int id 否
2 addtime Date 创建时间 是
3 zhanghao String 账号 是
4 mima String 密码 是
5 xingming String 姓名 是
6 nianling Integer 年龄 是
7 xingbie String 性别 是
8 shouji String 手机 是
9 zhaopian String 照片 是
10token表
序号 列名 数据类型 说明 允许空
1 Id Int id 否
2 userid Integer 用户id 是
3 username String 用户名 是
4 tablename String 表名 是
5 role String 角色 是
6 token String 密码 是
7 addtime Date 新增时间 是
8 expiratedtime Date 过期时间 是
11消息中心表
序号 列名 数据类型 说明 允许空
1 Id Int id 否
2 addtime Date 创建时间 是
3 neirong String 内容 是
4 xiaoyouzhanghao String 校友账号 是
5 xiaoyouxingming String 校友姓名 是
6 zhaopian String 照片 是
7 userid Integer 用户id 是

2 系统详细实现

5.1 后台模块的实现
5.1.1 校友信息管理
管理员可以管理校友信息,可以对校友信息添加修改删除。具体界面的展示如图5.1所示。
在这里插入图片描述

图5.1 校友信息界面
5.1.2 跑腿员管理
管理员可以对跑腿员信息进行添加修改删除操作。具体界面如图5.2所示。
在这里插入图片描述

图5.2 跑腿员信息管理界面
5.1.3 校友动态管理
管理员可以对校友动态信息进行添加修改删除操作。界面如下图所示:
在这里插入图片描述

图5.3 校友动态信息管理界面

5.2 微信小程序模块的实现
5.2.1 发布任务
校友注册登录后可以发布任务。界面如下图所示:
在这里插入图片描述

图5.4 发布任务页面
5.2.2 在线接单
跑腿员注册登录后可以在线接单。界面如下图所示:
在这里插入图片描述

图5.5 在线接单页面
5.2.3 我的
校友和跑腿员登录都有我的界面,我的界面包含当前登录账号和校友动态等信息。界面如下图所示:
在这里插入图片描述

图5.6 我的界面

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/487045
推荐阅读
相关标签
  

闽ICP备14008679号