Graduation project based on WeChat sports venue reservation applet (3) Development technology

Introduction to the blogger: The author of "Vue.js Introduction and Mall Development" and "WeChat Mini Program Mall Development", CSDN blog expert, online education expert, CSDN diamond lecturer; focusing on graduation design education and counseling 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/guanggao

Advertisements and messages

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

ht/huiyuan

member

hy_list.php

member list

hy_del.php

Member delete

ht/dingzuo

site

caidan_1ji.php

Site type management

dingzuo_add.php

Venue entry page

dingzuo_add_act.php

Site entry program processing

dingzuo_list.php

Venue list

dingzuo_del.php

Venue deletion

dingzuo_xiugai.php

Venue modification page

dingzuo_xiugai_act.php

Site modification procedure processing

yuyue_list.php

Venue reservation list

yuyue_del.php

Venue deletion

yuyue_leixing_xiugai.php

Site processing page

yuyue_leixing_xiugai_act.php

site handling procedures

applet 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

Information

wx_news_list_byid.php

Get information list

wx_news_info.php 

Get information details

Venue reservation

wx_dingzuo_fenlei.php

Get category list

wx_dingzuo_list.php

Get venue data based on date and category

wx_dingzuo_yuyue_add.php

Submit Information

message

wx_api_liuyan.php

Submit Message

member

wx_check_reg_yonghu.php

Ordinary user registration

wx_check_login_yonghu.php

Ordinary user login

wx_check_reg_yonghu-weixin.php

WeChat login

wx_dingzuo_yuyue_list_byUserid.php

Get user reservation list

wx_dingzuo_yuyue_del_byUserid.php

cancel appointment

wx_huiyuan_xinxi_byid.php

Read member information

wx_huiyuan_xinxi_update_byid.php

Update member information

wx_huiyuan_mima_act.php

change Password

Database Table

Advertising form: guanggao

Field name

type

Remark

id

Int

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

wz1

longtext

Ad 1 text

tpdz1

longtext

Image address of ad 1

ljdz1

longtext

广告1的链接地址

wz2

longtext

广告2的文字

tpdz2

longtext

广告2的图片地址

ljdz2

longtext

广告2的链接地址

wz3

longtext

广告3的文字

tpdz3

longtext

广告3的图片地址

ljdz3

longtext

广告3的链接地址

会员表:huiyuan

字段名

类型

备注

id

int

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

shouji

varchar

手机号:用户名

mima

varchar

密码

xingming

varchar

姓名

qq

varchar

QQ号

email

varchar

Email

wx_openid

varchar

登录微信的openid

wx_nicheng

varchar

微信昵称

wx_touxiang

varchar

微信头像图片地址

add_riqi

date

写入数据库日期

add_shijian

datetime

写入数据库时间

beizhu

text

备注

留言表:liuyan

字段名

类型

备注

id

Int

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

xingming

varchar

姓名

dianhua

varchar

电话

youxiang

varchar

邮箱

zhuti

varchar

主题

neirong

longtext

内容

riqi

datetime

留言录入数据库的日期

shijian

datetime

留言录入数据库的时间

资讯表:zixun

字段名

类型

备注

id

Int(11)

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

xinxi_lxid1

int(11)

外键:信息1级类型的id,参考资讯类型表的id

xinxi_biaoti

varchar(250)

信息标题

xinxi_riqi

date

信息日期

xinxi_neirong

text

内容:

add_riqi

date

写入数据库日期

add_shijian

datetime

写入数据库时间

资讯分类表:zixun_fenlei

字段名

类型

备注

id

Int(11)

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

caidan_mingcheng

varchar(50)

菜单名称,允许空

paixu_id

int(11)

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

场地分类表:dingzuo_fenlei

字段名

类型

备注

id

Int

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

caidan_mingcheng

varchar

菜单名称,允许空

paixu_id

int

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

场地表:dingzuo

字段名

类型

备注

id

Int

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

xinxi_lxid1

int

外键:参考场地分类表id

xinxi_biaoti

varchar

场地标题

xinxi_riqi

date

信息日期

riqi

date

写入数据库库日期

shijian

datetime

写入数据库库时间

场地预约表:dingzuo_yuyue

字段名

类型

备注

id

int

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

u_id

int

用户id:预约场地的用户id

yuyue_xingqiji

int

预约星期几

yuyue_riqi

date

预约日期

xiadan_shijian

datetime

下单时间(预约操作的时间)

fenlei_id

int

外键:预约类型id

fenlei_mc

varchar

预约类型名称

zuowei_id

int

外键:预约场地id

zuowei_mc

varchar

预约场地名称

lianxiren

varchar

联系人

dianhua

varchar

电话

beizhu

varchar

备注

zt

tinyint

状态:1表示待审核、2表示拒绝、3表示审核通过

zt_beizhu

text

操作备注

Reference source: https://www.hzyaoyi.cn/pc_jiaocheng_tushu_index.php?/44/1566.html

Guess you like

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