test: 添加测试数据

This commit is contained in:
zhengxinonly
2023-09-29 01:48:46 +08:00
parent 9bf89e5919
commit 2c3c79b21f
9 changed files with 115 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
id,nickname,username,password,mobile,email,avatar,department_id,role_ids
1,admin,超级管理员,123456,15543526531,8540854@qq.com,,1,1
2,就眠仪式,就眠仪式,123456,155324324234,8540854@qq.com,,1,2
3,zhengxinonly,正心全栈编程,123456,18675867241,pyxxponly@gmail.com,,1,3
1 id nickname username password mobile email avatar department_id role_ids
2 1 admin 超级管理员 123456 15543526531 8540854@qq.com 1 1
3 2 就眠仪式 就眠仪式 123456 155324324234 8540854@qq.com 1 2
4 3 zhengxinonly 正心全栈编程 123456 18675867241 pyxxponly@gmail.com 1 3