1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-09-10 22:11:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

README.md添加MVC项目结构表;数据库变动。可正常显示UserModel

This commit is contained in:
2022-03-01 17:17:29 +08:00
parent 25cc33f5bf
commit b7c3b87c3b
20 changed files with 1074 additions and 36 deletions

View File

@@ -11,7 +11,7 @@
Target Server Version : 50726
File Encoding : 65001
Date: 01/03/2022 15:16:20
Date: 01/03/2022 17:01:05
*/
SET NAMES utf8mb4;
@@ -35,7 +35,7 @@ CREATE TABLE `user_info` (
-- ----------------------------
-- Records of user_info
-- ----------------------------
INSERT INTO `user_info` VALUES (1, '第一个用户', 2, 18, '110', 'phone', '');
INSERT INTO `user_info` VALUES (1, 'admin', 2, 18, '110', 'phone', '');
-- ----------------------------
-- Table structure for user_password
@@ -53,5 +53,6 @@ CREATE TABLE `user_password` (
-- ----------------------------
-- Records of user_password
-- ----------------------------
INSERT INTO `user_password` VALUES (1, '21232f297a57a5a743894a0e4a801fc3', 1);
SET FOREIGN_KEY_CHECKS = 1;