当前位置:网站首页>Pet hospital management system based on SSMP
Pet hospital management system based on SSMP
2022-06-27 00:23:00 【Lumos。】
writing SSMP, pronounce as jsp.
Zhengzhou University of light industry , Sophomore jsp Practical training , Rebellious children don't have to jsp, It was used vue+springboot, The teacher came to beat me ( A poor face .jpg)
Make a little note
It mainly refers to some tables or configurations of the database , See resources for details .
Database table
employee

INSERT INTO `employee`(`id`, `password`, `username`) VALUES (1532277326190018562, 'e10adc3949ba59abbe56e057f20f883e', 'admin1');
INSERT INTO `employee`(`id`, `password`, `username`) VALUES (1532277326190018563, 'e10adc3949ba59abbe56e057f20f883e', 'admin');
INSERT INTO `employee`(`id`, `password`, `username`) VALUES (1533039781413462018, 'e10adc3949ba59abbe56e057f20f883e', 'admin2');
INSERT INTO `employee`(`id`, `password`, `username`) VALUES (1533337337340321793, 'e10adc3949ba59abbe56e057f20f883e', ' Love love ');
vet

INSERT INTO `vet`(`id`, `name`, `phone`, `strength`, `sex`, `create_time`, `update_time`) VALUES (1534181209439002626, ' Dr. Lee ', '18039621111', ' Postpartum repair ', '0', '2022-06-08 10:19:52', '2022-06-01 10:19:56');
INSERT INTO `vet`(`id`, `name`, `phone`, `strength`, `sex`, `create_time`, `update_time`) VALUES (1534190302623023106, ' Dr. Wang ', '18023338888', ' Treatment ', '1', '2022-06-07 23:07:27', '2022-06-07 23:07:27');
INSERT INTO `vet`(`id`, `name`, `phone`, `strength`, `sex`, `create_time`, `update_time`) VALUES (1534515566829760513, ' Dr. Zhang ', '18022223333', ' sterilization ', '1', '2022-06-08 20:39:56', '2022-06-08 20:39:56');
INSERT INTO `vet`(`id`, `name`, `phone`, `strength`, `sex`, `create_time`, `update_time`) VALUES (1534515707628351489, ' Doctor Wang ', '18033336666', ' Shaving ', '0', '2022-06-08 20:40:29', '2022-06-08 20:40:29');
master

INSERT INTO `master`(`id`, `name`, `phone`, `sex`, `create_time`, `update_time`) VALUES (1535090228030656513, ' Zhang San ', '18033332222', '1', '2022-06-10 10:43:26', '2022-06-10 10:43:26');
INSERT INTO `master`(`id`, `name`, `phone`, `sex`, `create_time`, `update_time`) VALUES (1535268108886949890, ' Li Si ', '18033332222', '1', '2022-06-10 22:30:16', '2022-06-10 22:30:16');
INSERT INTO `master`(`id`, `name`, `phone`, `sex`, `create_time`, `update_time`) VALUES (1535434381809750018, ' Wang Wu ', '18033336666', '1', '2022-06-11 09:30:58', '2022-06-11 09:30:58');
INSERT INTO `master`(`id`, `name`, `phone`, `sex`, `create_time`, `update_time`) VALUES (1536219367169159170, ' Test account number ', '18011111111', '1', '2022-06-13 13:30:13', '2022-06-13 13:30:13');
category

INSERT INTO `category`(`id`, `type`, `name`, `sort`, `create_time`, `update_time`, `master_id`) VALUES (1535269534061051905, ' Siberian Husky ', ' Two ha ', ' Zhang San ', '2022-06-10 22:35:56', '2022-06-10 22:35:56', '1535090228030656513');
INSERT INTO `category`(`id`, `type`, `name`, `sort`, `create_time`, `update_time`, `master_id`) VALUES (1535269583549644801, ' Samoye ', ' Yeah ', ' Li Si ', '2022-06-10 22:36:07', '2022-06-10 22:36:07', '1535268108886949890');
INSERT INTO `category`(`id`, `type`, `name`, `sort`, `create_time`, `update_time`, `master_id`) VALUES (1535270274628337666, ' The Dachshund ', ' Vermicelli ', ' Wang Wu ', '2022-06-10 22:38:52', '2022-06-11 09:53:23', '1535268108886949890');
INSERT INTO `category`(`id`, `type`, `name`, `sort`, `create_time`, `update_time`, `master_id`) VALUES (1535444128797569025, ' Teacup dogs ', ' size ', ' Test account number ', '2022-06-11 10:09:42', '2022-06-11 10:23:44', '1535440991936327681');
INSERT INTO `category`(`id`, `type`, `name`, `sort`, `create_time`, `update_time`, `master_id`) VALUES (1536220932105924609, ' The Dachshund ', ' Intestines ', ' Li Si ', '2022-06-13 13:36:26', '2022-06-13 13:36:26', '1535268108886949890');
orders

INSERT INTO `orders`(`id`, `name`, `done`, `create_time`, `reason`, `update_time`, `vet_name`, `vet_id`) VALUES (1535269964228870145, ' steamed vermicelli roll ', ' Untreated ', '2022-06-10 22:37:38', ' suffer from diarrhea ', '2022-06-14 22:37:38', ' Doctor Wang ', NULL);
INSERT INTO `orders`(`id`, `name`, `done`, `create_time`, `reason`, `update_time`, `vet_name`, `vet_id`) VALUES (1535270274762555394, ' Vermicelli ', ' Untreated ', '2022-06-01 22:38:52', ' sterilization ', '2022-06-10 22:38:52', ' Doctor Wang ', NULL);
INSERT INTO `orders`(`id`, `name`, `done`, `create_time`, `reason`, `update_time`, `vet_name`, `vet_id`) VALUES (1536220932168839169, ' Intestines ', ' Untreated ', '2022-06-13 13:36:26', ' Love fighting ', '2022-06-10 13:36:26', ' Dr. Lee ', NULL);
To configure
Maven 3.6.1
边栏推荐
- PHP代码审计系列(一) 基础:方法、思路、流程
- 技术干货|极速、极智、极简的昇思MindSpore Lite:助力华为Watch更加智能
- Safe and cost-effective payment in Thailand
- Concepts de base de données Oracle
- [micro service]nacos
- Cvpr2022 stereo matching of asymmetric resolution images
- 串口调试工具 mobaxterm 下载
- 如何写好测试用例以及go单元测试工具testify简单介绍
- go中的微服务和容器编排
- Installation of xshell and xftp
猜你喜欢
![[microservice]eureka](/img/60/e5fa18d004190d4dadebfb16b93550.png)
[microservice]eureka

Competition Registration | one of the key ai+ scientific computing competitions - China open source scientific software creativity competition, competing for 100000 bonus!

Let agile return to its original source -- Some Thoughts on reading the way of agile neatness

1+1<2 ?! Interpretation of hesic papers

com.fasterxml.jackson.databind.exc.MismatchedInputException: Expected array or string. at [Source:x

Unity初学者肯定能用得上的50个小技巧

com. fasterxml. jackson. databind. exc.MismatchedInputException: Expected array or string. at [Source:x

CVE-2022-30190 Follina Office RCE分析【附自定义word模板POC】

Is there anyone who doesn't know the three cores of concurrent programming?

国产框架MindSpore联合山水自然保护中心,寻找、保护「中华水塔」中的宝藏生命
随机推荐
技术干货|什么是大模型?超大模型?Foundation Model?
如何写好测试用例以及go单元测试工具testify简单介绍
万字详解-MindArmour 小白教程!
Technical dry goods | what is a big model? Oversized model? Foundation Model?
Le principe le plus complet de formation à la précision hybride pour l'ensemble du réseau
Intrusion trace cleaning
Can I open an account for stock trading on my mobile phone? Is it safe to open an account for stock trading on the Internet
My advanced learning notes of C language ----- keywords
Would you like to buy stocks? Where do you open an account in a securities company? The Commission is lower and safer
Nacos installation guide
com.fasterxml.jackson.databind.exc.MismatchedInputException: Expected array or string. at [Source:x
论文解读(LG2AR)《Learning Graph Augmentations to Learn Graph Representations》
1+1<2 ?! Interpretation of hesic papers
Can't write to avoid killing and can easily go online CS through defender
go中的微服务和容器编排
Color matching and related issues
在手机开户买股票安全吗 网上开户炒股安全吗
The client implements client Go client type definition connection
Technical dry goods | top speed, top intelligence and minimalist mindspore Lite: help Huawei watch become more intelligent
Microservices and container choreography in go