Developing technical documents based on graduation project works (3) based on the WeChat campus maintenance transaction transaction applet

Blogger introduction : Author of the books "Introduction to Vue.js and Practical Mall Development" and "WeChat Mini Program Mall Development", CSDN blog expert, online education expert, CSDN Diamond Lecturer; specializes in graduation design education and coaching for college students.

All projects come with basic knowledge video courses from entry to mastery, free of charge

The project is equipped with corresponding development documents, proposal report, task statement, PPT, thesis template, etc.

Contact details are available at the end of the article

Development Summary

Development operating system: windows10 + 4G memory + 500G

Mini program development: WeChat developer tools (MINA framework)

Backend environment: PHPstudy integrated environment

Backend development language: PHP

Backend development tool: Dreamweaver or PhpStorm (choose your own development tool)

Database: mysql8

Database management tool: navicat

Other development languages: html + css +javascript

Database ER diagram

image.png

Backend management system files

Path: The background source code ht directory is the background

Green shows the system framework, don’t move it

Location

Program name

illustrate

Source code root directory

login.php

Backend login page

Source code root directory

check_u_login.php

Background login handler

ht

Backend root directory

index.php

Background Home

left.php

Backstage left menu

u_logout.php

sign out

ht/quanxian

Password management

mima.php

Password change page

mima_act.php

Password change program

ht/zixun

Information

zixun_add.php

Information entry page

zixun_add_act.php

Information entry database program

zixun_list.php

Information list

zixun_xiugai.php

Information modification page

zixun_xiugai_act.php

Information modification procedure

zixun_del.php

information removal process

ht/shezhi

System settings

ad_index_wx.php

Carousel settings page

ad_index_wx_baocun

Carousel chart setting program processing

liuyan_list.php

Message List

liuyan_delt.php

Delete message

gaiyao.php

Summary - About Us Page

gaiyao_set.php

Summary - About Us Page Processing

ht/huiyuan

member

hy_list.php

member list

hy_del.php

Member delete

ht/xiangmu

Project Management Center

caidan_1ji.php

Project level 1 attribute settings (fixed, do not modify)

caidan_2ji.php

Project level 2 property settings

renyuan_add.php

Staff entry page

renyuan_add_act.php

Staff entry program processing

renyuan_list.php

Staff list

renyuan_del.php

staff delete

renyuan_xiugai.php

Staff modification page

renyuan_xiugai_act.php

Staff modification procedure processing

dingdan_list.php

Order List

dingdan_del.php

Order deletion

pingglun_list.php

comment list

pingglun_del.php

Comment delete

pinglun_chuli.php

Comment review and processing

Mini program interface file

Mini program interface

Program name

Include

front page

wx_lunbo.php

Get the top carousel image array (multiple images)

wx_news_list.php

Get 3 latest news

wx_renyuan_top4.php

Get the latest personnel (4 items)

about Us

wx_jigou_list.php

Get Institutional About Us List

wx_jigou_info.php

Get Agency About Us Project Details

Repair

wx_renyuan_all.php

Get a list of all personnel information in the organization

wx_renyuan_xinxi_byid.php

Get personnel profile information

wx_renyuan_xinxi_jieshao_byid.php

Get personnel detailed introduction information

/wx_renyuan_shoucang_add.php

Enter collection information

wx_sijiao_yuyue_yes_list.php

Based on the current date + person ID > corresponding order information, it is used to determine whether a certain date has been reserved

wx_sijiao_yuyue_add.php

Submit reservation information

Information information

wx_news_list_byid.php

Get information list

wx_news_info.php 

Get information details

message

wx_api_liuyan.php

Submit Message

staff function

wx_check_login_yonghu.php

普通用户登录

wx_sijiao_shijianbiao_byid.php

获取工作人员时间表

wx_sijiao_shijianbiao_baocun.php

修改工作人员时间表

wx_sijiao2_dingdan_list.php

加载 工作人员的 订单列表

wx_huiyuan_mima_act.php

密码修改

普通用户功能

wx_check_login_yonghu.php

普通用户登录

wx_sijiao_yuyue_list_byUserid.php

获取用户预约列表

wx_sijiao_dingdan_fukuan.php

模拟付款

wx_sijiao_dingdan_del.php

取消删除预约

wx_sijiao_AddPinLun.php

提交评论内容

wx_huiyuan_xinxi_byid.php

读取会员信息

wx_huiyuan_xinxi_update_byid.php

更新会员信息

wx_huiyuan_mima_act.php

密码修改

数据库表

关于我们表:gaiyao

字段名

类型

备注

id

int

自动递增;菜单的id(主键),不允许空

biaoti

varchar

概要,关于我们

neirong

Text

对应标题的内容

广告表:guanggao

字段名

类型

备注

id

Int

自动递增;菜单的id(主键),不允许空

wz1

longtext

广告1的文字

tpdz1

longtext

广告1的图片地址

ljdz1

longtext

广告1的链接地址

wz2

longtext

广告2的文字

tpdz2

longtext

广告2的图片地址

ljdz2

longtext

广告2的链接地址

wz3

longtext

广告3的文字

tpdz3

longtext

广告3的图片地址

会员表:huiyuan

字段名

类型

备注

id

int

自动递增;菜单的id(主键),不允许空

shouji

varchar

手机号:用户名

mima

varchar

密码

fl_id

int

分类id

外键,会员分类表的id,这里值为1,预留

xingming

varchar

姓名

qq

varchar

QQ号

email

varchar

Email

add_riqi

date

add_shijian

datetime

beizhu

text

留言表:liuyan

字段名

类型

备注

id

Int(11)

自动递增;菜单的id(主键),不允许空

xingming

varchar(50)

姓名

dianhua

varchar(50)

电话

youxiang

varchar(50)

邮箱

zhuti

varchar(250)

主题

neirong

longtext

内容

riqi

datetime

日期

shijian

datetime

时间

人员属性分类表:xiangmu_fenlei

字段名

类型

备注

id

int

自动递增;菜单的id(主键),不允许空

caidan_mingcheng

varchar

菜单名称,允许空

caidan_jibie

int

菜单级别,允许空

这里做到3级:值可以是:1 | 2 | 3

caidan_suoshu

int

菜单所属上级菜单的id,允许空

paixu_id

int

排序数字,数字大的在前面,允许空

人员表:renyuan

字段名

类型

备注

id

Int

自动递增;菜单的id(主键),不允许空

yhm

varchar

用户名

mm

varchar

密码

arr_shijians

text

时间表

diqu_lxid

int

人员 是否三方 269

leixing_lxid

int

人员 等级    270

niandai_lxid

int

人员 服务类型 271

xinxi_biaoti

varchar

人员标题

xinxi_riqi

date

发布日期

xinxi_jianjie_yn

tinyin

是否有简介:1表示有简介;0没有

xinxi_jianjie

text

简介内容

xinxi_tupian_yn

tinyint

是否有图片:1表示有图片;0没有

xinxi_tupian

varchar

信息图片地址

xinxi_neirong

text

信息内容

add_riqi

datetime

信息发布的日期

add_shijian

datetime

信息发布的时间

sp_jiage

int

人员费用

Shichang

Int

时长

人员订单表:renyuan_dingdan

字段名

类型

备注

id

int

自动递增;菜单的id(主键),不允许空

u_id

int

用户id

外键,是哪个用户的订单,是用户表的id

dianying_id

int

外键,(电商运营,简称电营)人员id

dianying_mc

varchar

人员名称

yuyue_riqi

date

预约人员日期

yuyue_shijian

varchar

预约日期

yuyue_feiyong

int

预约费用

riqi

datetime

预约入数据库的日期

shijian

datetime

预约入数据库的时间

zt

int

状态:1待付款,2已付款,3完结,已评论

shijian_fukuan

datetime

付款时间

lianxiren

varchar

联系人

dianhua

varchar

电话

beizhu

varchar

备注

人员评论表:renyuan_pinglun

字段名

类型

备注

id

int

自动递增;菜单的id(主键),不允许空

dianying_id

int

外键,评论的哪个人员id

dianying_mc

varchar

人员名称

u_id

int

用户id

外键,是哪个用户的评论,是用户表的id

xing

int

几星(1-5)

neirong

varchar

评论内容

riqi

datetime

收藏的日期

shijian

datetime

收藏的时间

shenhe

int

0默认,1审核

shenhe_beizhu

varchar

审核备注

人员收藏表:renyuan_shoucang

字段名

类型

备注

id

int

自动递增;菜单的id(主键),不允许空

dianying_id

int

外键,收藏的人员id

dianying_mc

varchar

人员名称

u_id

int

用户id

外键,是哪个用户的收藏,是用户表的id

riqi

datetime

收藏的日期

shijian

datetime

收藏的时间

Information classification table: zixun_fenlei

Field name

type

Remark

id

Int

Automatically increment; menu id (primary key), empty is not allowed

caidan_mingcheng

varchar

Menu name, empty allowed

caidan_lujing

varchar

Menu path, empty allowed

caidan_jibie

int

Menu level, empty allowed

Here to do level 3: the value can be: 1 | 2 | 3

caidan_suoshu

int

The id of the upper-level menu to which the menu belongs. Empty is allowed.

paixu_id

int

Sort the numbers, with larger numbers in front, allowing empty spaces

Information table: zixun

Field name

type

Remark

id

Int

Automatically increment; menu id (primary key), empty is not allowed

xinxi_lxid1

int

The id of the information level 1 type, refer to the id of the information type table

xinxi_lxid2

int

The id of the information level 2 type, refer to the id of the information type table

xinxi_biaoti

varchar

Message title

xinxi_riqi

date

Information date

xinxi_jianjie_yn

tinyint

Is there an introduction:

xinxi_jianjie

text

Introduction

xinxi_tupian_yn

tinyint

Are there pictures:

xinxi_tupian

varchar

Information pictures

xinxi_ding

tinyint

Whether to pin it to the top:

xinxi_neirong

text

content:

hold

datetime

Date the information was released

shijian

datetime

Information release time

Reference source: https://www.hzyaoyi.cn/pc_jiaocheng_tushu_index.php?/48/1626.html

Guess you like

Origin blog.csdn.net/u013818205/article/details/132829384