-- MySQL dump 10.13 Distrib 5.7.31, for Linux (x86_64)
--
-- Host: localhost Database: 社区疫情管控系统
-- ------------------------------------------------------
-- Server version 5.7.31
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Current Database: `社区疫情管控系统`
--
/*!40000 DROP DATABASE IF EXISTS `社区疫情管控系统`*/;
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `社区疫情管控系统` /*!40100 DEFAULT CHARACTER SET utf8mb4 */;
USE `社区疫情管控系统`;
--
-- Table structure for table `aboutus`
--
DROP TABLE IF EXISTS `aboutus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `aboutus` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
`addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`title` varchar(200) NOT NULL COMMENT '标题',
`subtitle` varchar(200) DEFAULT NULL COMMENT '副标题',
`content` longtext NOT NULL COMMENT '内容',
`picture1` longtext COMMENT '图片1',
`picture2` longtext COMMENT '图片2',
`picture3` longtext COMMENT '图片3',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='关于我们';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `aboutus`
--
LOCK TABLES `aboutus` WRITE;
/*!40000 ALTER TABLE `aboutus` DISABLE KEYS */;
INSERT INTO `aboutus` VALUES (1,'2023-03-14 12:54:59','关于我们','ABOUT US','不管你想要怎样的生活,你都要去努力争取,不多尝试一些事情怎么知道自己适合什么、不适合什么呢?\n你说你喜欢读书,让我给你列书单,你还问我哪里有那么多时间看书;你说自己梦想的职业是广告文案,问我如何成为一个文案,应该具备哪些素质;你说你计划晨跑,但总是因为学习、工作辛苦或者身体不舒服第二天起不了床;你说你一直梦想一个人去长途旅行,但是没钱,父母觉得危险。其实,我已经厌倦了你这样说说而已的把戏,我觉得就算我告诉你如何去做,你也不会照做,因为你根本什么都不做。','upload/aboutus_picture1.jpg','upload/aboutus_picture2.jpg','upload/aboutus_picture3.jpg');
/*!40000 ALTER TABLE `aboutus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `config`
--
DROP TABLE IF EXISTS `config`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `config` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
`name` varchar(100) NOT NULL COMMENT '配置参数名称',
`value` varchar(100) DEFAULT NULL COMMENT '配置参数值',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='配置文件';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `config`
--
LOCK TABLES `config` WRITE;
/*!40000 ALTER TABLE `config` DISABLE KEYS */;
INSERT INTO `config` VALUES (1,'picture1','upload/picture1.jpg'),(2,'picture2','upload/picture2.jpg'),(3,'picture3','upload/picture3.jpg');
/*!40000 ALTER TABLE `config` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `discussyiqingdongtai`
--
DROP TABLE IF EXISTS `discussyiqingdongtai`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `discussyiqingdongtai` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
`addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`refid` bigint(20) NOT NULL COMMENT '关联表id',
`userid` bigint(20) NOT NULL COMMENT '用户id',
`avatarurl` longtext COMMENT '头像',
`nickname` varchar(200) DEFAULT NULL COMMENT '用户名',
`content` longtext NOT NULL COMMENT '评论内容',
`reply` longtext COMMENT '回复内容',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1678799262715 DEFAULT CHARSET=utf8 COMMENT='疫情动态评论表';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `discussyiqingdongtai`
--
LOCK TABLES `discussyiqingdongtai` WRITE;
/*!40000 ALTER TABLE `discussyiqingdongtai` DISABLE KEYS */;
INSERT INTO `discussyiqingdongtai` VALUES (1678799262714,'2023-03-14 13:07:42',1678799097421,1678798629329,'upload/1678798619946.png','111','2111',NULL);
/*!40000 ALTER TABLE `discussyiqingdongtai` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `discussyiqingxinxi`
--
DROP TABLE IF EXISTS `discussyiqingxinxi`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `discussyiqingxinxi` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
`addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`refid` bigint(20) NOT NULL COMMENT '关联表id',
`userid` bigint(20) NOT NULL COMMENT '用户id',
`avatarurl` longtext COMMENT '头像',
`nickname` varchar(200) DEFAULT NULL COMMENT '用户名',
`content` longtext NOT NULL COMMENT '评论内容',
`reply` longtext COMMENT '回复内容',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='疫情信息评论表';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `discussyiqingxinxi`
--
LOCK TABLES `discussyiqingxinxi` WRITE;
/*!40000 ALTER TABLE `discussyiqingxinxi` DISABLE KEYS */;
/*!40000 ALTER TABLE `discussyiqingxinxi` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jiankangshangbao`
--
DROP TABLE IF EXISTS `jiankangshangbao`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jiankangshangbao` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
`addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`yonghuzhanghao` varchar(200) DEFAULT NULL COMMENT '用户账号',
`yonghuxingming` varchar(200) DEFAULT NULL COMMENT '用户姓名',
`shoujihaoma` varchar(200) DEFAULT NULL COMMENT '手机号码',
`menpaihao` varchar(200) DEFAULT NULL COMMENT '门牌号',
`tianbaoriqi` date DEFAULT NULL COMMENT '填报日期',
`shifoufare` varchar(200) DEFAULT NULL COMMENT '是否发热',
`shifoukesou` varchar(200) DEFAULT NULL COMMENT '是否咳嗽',
`shifouxiongmen` varchar(200) DEFAULT NULL COMMENT '是否胸闷',
`shifouquezhen` varchar(200) DEFAULT NULL COMMENT '是否确诊',
`jichubing` varchar(200) DEFAULT NULL COMMENT '基础病',
`shifouganran` varchar(200) DEFAULT NULL COMMENT '是否感染',
`tiwen` varchar(200) DEFAULT NULL COMMENT '体温',
`jiankangma` longtext COMMENT '健康码',
`sfsh` varchar(200) DEFAULT '待审核' COMMENT '是否审核',
`shhf` longtext COMMENT '审核回复',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1678798747386 DEFAULT CHARSET=utf8 COMMENT='健康上报';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jiankangshangbao`
--
LOCK TABLES `jiankangshangbao` WRITE;
/*!40000 ALTER TABLE `jiankangshangbao` DISABLE KEYS */;
INSERT INTO `jiankangshangbao` VALUES (31,'2023-03-14 12:54:59','用户账号1','用户姓名1','手机号码1','门牌号1','2023-03-14','否','否','否','否','否','否','体温1','upload/jiankangshangbao_jiankangma1.jpg,upload/jiankangshangbao_jiankangma2.jpg,upload/jiankangshangbao_jiankangma3.jpg','
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
这个系统是使用Java的Spring Boot框架和Vue框架开发的,可以帮助用户有效地管理和监控疫情情况。 系统的主要功能包括但不仅限于以下描述: 用户管理:通过注册和登录功能,用户可以创建个人账户并登录系统。用户分为普通用户和管理员,管理员具有更高的权限。 疫情信息展示:系统提供实时的疫情信息展示功能,包括全球和各地区的感染人数、康复人数和死亡人数等统计数据。 疫情数据可视化:通过图表的形式,用户可以直观地了解疫情数据的变化趋势情况。 疫情防控管理:系统提供疫情上报和信息发布功能,用户可以上报个人身体状况,并收到相关防控措施和通知。
资源推荐
资源详情
资源评论
收起资源包目录
java毕业设计springboot+vue社区疫情管控管理系统+开发讲解文档 (2000个子文件)
update-password.vue.bak 3KB
update-password.vue.bak 3KB
update-password.vue.bak 3KB
main.js.bak 2KB
main.js.bak 2KB
main.js.bak 2KB
IndexMain.vue.bak 2KB
IndexMain.vue.bak 2KB
IndexMain.vue.bak 2KB
IndexAsideStatic.vue.bak 2KB
IndexAsideStatic.vue.bak 2KB
IndexAsideStatic.vue.bak 2KB
BreadCrumbs.vue.bak 2KB
BreadCrumbs.vue.bak 2KB
BreadCrumbs.vue.bak 2KB
IndexHeader.vue.bak 2KB
IndexHeader.vue.bak 2KB
IndexHeader.vue.bak 2KB
3-build.bat 15B
3-build.bat 15B
3-build.bat 15B
build.bat 14B
2-run.bat 14B
run.bat 14B
build.bat 14B
2-run.bat 14B
run.bat 14B
build.bat 14B
2-run.bat 14B
run.bat 14B
1-install.bat 12B
install.bat 12B
1-install.bat 12B
install.bat 12B
1-install.bat 12B
install.bat 12B
YimiaoxinxiController.class 11KB
YiqingdongtaiController.class 11KB
YonghuController.class 10KB
YiqingxinxiController.class 10KB
RenyuanbaobeiController.class 9KB
JiankangshangbaoController.class 8KB
StoreupController.class 8KB
MessagesController.class 8KB
DiscussyiqingdongtaiController.class 8KB
DiscussyiqingxinxiController.class 8KB
SystemintroController.class 8KB
CommonController.class 8KB
AboutusController.class 8KB
NewsController.class 8KB
BaiduUtil.class 7KB
MPUtil.class 7KB
UsersController.class 6KB
JiankangshangbaoEntity.class 6KB
FileController.class 5KB
YiqingxinxiEntity.class 5KB
YimiaoxinxiEntity.class 5KB
YiqingdongtaiServiceImpl.class 5KB
YimiaoxinxiServiceImpl.class 5KB
TokenServiceImpl.class 5KB
RenyuanbaobeiEntity.class 4KB
YiqingdongtaiEntity.class 4KB
ConfigController.class 4KB
DiscussyiqingdongtaiServiceImpl.class 4KB
StoreupEntity.class 4KB
DiscussyiqingxinxiServiceImpl.class 4KB
JiankangshangbaoServiceImpl.class 4KB
AuthorizationInterceptor.class 4KB
RenyuanbaobeiServiceImpl.class 4KB
YiqingxinxiServiceImpl.class 4KB
SystemintroServiceImpl.class 4KB
YonghuEntity.class 4KB
MessagesEntity.class 4KB
MessagesServiceImpl.class 4KB
AboutusServiceImpl.class 4KB
StoreupServiceImpl.class 4KB
YonghuServiceImpl.class 4KB
NewsServiceImpl.class 4KB
JiankangshangbaoModel.class 4KB
JiankangshangbaoVO.class 4KB
DiscussyiqingdongtaiEntity.class 4KB
DiscussyiqingxinxiEntity.class 4KB
SystemintroEntity.class 4KB
AboutusEntity.class 4KB
CommonUtil.class 3KB
NewsEntity.class 3KB
Query.class 3KB
UsersServiceImpl.class 3KB
YiqingxinxiModel.class 3KB
PageUtils.class 3KB
YiqingxinxiVO.class 3KB
TokenEntity.class 3KB
YimiaoxinxiModel.class 2KB
RenyuanbaobeiModel.class 2KB
YimiaoxinxiVO.class 2KB
RenyuanbaobeiVO.class 2KB
CommonServiceImpl.class 2KB
InterceptorConfig.class 2KB
YiqingdongtaiModel.class 2KB
YiqingdongtaiVO.class 2KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
竹山全栈
- 粉丝: 2446
- 资源: 261
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 2025计算机网络技术考试题及答案.docx
- 2025驾驶员交通安全知识测试题及答案.docx
- 2025继续教育公需课必修课考试题库附含答案.docx
- 2025家政服务考试题及答案.docx
- 工程造价咨询企业基于绩效的体系设计.doc
- 2018年造价咨询公司绩效提成方案.doc
- 工程造价从业人员绩效考核制度.doc
- 工程造价企业绩效考核细则.doc
- 工程造价咨询项目考核评分制度(试行).doc
- 项目管理有限公司造价咨询薪酬管理办法.doc
- 造价咨询公司绩效提成方法.doc
- 造价咨询公司薪酬管理办法.doc
- 2025驾照C1证考试科目一必考考试题库带答案.docx
- 2025建筑八大员(材料员基础知识)考试题与答案.docx
- 2025检验类之临床医学检验技术(士)真题库附答案.docx
- 咨询公司薪酬管理办法.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功