A complete set of finished works of graduation projects based on the WeChat maintenance application applet (2) development technical documents

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

Purpose and Significance
Purpose: The main goal of this topic is to design and implement a WeChat applet system for property maintenance and repair reports. Front-end users use the applet to find maintenance personnel and submit maintenance appointments. The back-end management uses a B/S architecture based on PHP+MySql; Add information through the backend, enter property maintenance personnel information, manage property maintenance reservation orders, etc.

significance:

1. Property maintenance is a guarantee to extend the service life of the property. Property maintenance is also a guarantee to increase the use value of the property. Good property maintenance can maximize the use value of the property during its life cycle.

2. Doing a good job in property maintenance and management can make the owners live and work in peace and contentment, making it easier for the owners to work and live.

3.Doing a good job in property maintenance and management can save the country a lot of building funds.

4. Doing a good job in property maintenance and management can expand the economic benefits of property companies.

5. The improvement of property maintenance management and services can reduce employment pressure on society and create more employment opportunities.

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

Backend 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

WeChat 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

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

获取 机构 所有人员信息 列表

wx_renyuan_xinxi_byid.php

获取人员简介信息

wx_renyuan_xinxi_jieshao_byid.php

获取人员详细介绍信息

/wx_renyuan_shoucang_add.php

录入收藏信息

wx_sijiao_yuyue_yes_list.php

根据当前 日期+人员id > 对应订单信息 用于判断某个日期是否已经预约

wx_sijiao_yuyue_add.php

提交预约信息

资讯信息

wx_news_list_byid.php

获取资讯列表

wx_news_info.php 

获取资讯信息详情

留言

wx_api_liuyan.php

提交留言

工作人员功能

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

收藏的时间

资讯分类表:zixun_fenlei

字段名

类型

备注

id

Int

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

caidan_mingcheng

varchar

菜单名称,允许空

caidan_lujing

varchar

菜单路径,允许空

caidan_jibie

int

菜单级别,允许空

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

caidan_suoshu

int

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

paixu_id

int

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

资讯表:zixun

字段名

类型

备注

id

Int

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

xinxi_lxid1

int

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

xinxi_lxid2

int

信息2级类型的id,参考资讯类型表的id

xinxi_biaoti

varchar

信息标题

xinxi_riqi

date

信息日期

xinxi_jianjie_yn

tinyint

是否有简介:

xinxi_jianjie

text

简介

xinxi_tupian_yn

tinyint

是否有图片:

xinxi_tupian

varchar

信息图片

xinxi_ding

tinyint

是否置顶:

xinxi_neirong

text

内容:

riqi

datetime

信息发布的日期

shijian

datetime

信息发布的时间

Reference source: https://www.hzyaoyi.cn/pc_jiaocheng_tushu_index.php?/64/1882.html

Guess you like

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