refactor(migrate):重构数据迁移脚本

This commit is contained in:
zhengxinonly
2021-07-22 15:55:54 +08:00
parent 3f74011c98
commit 86f07817b1
11 changed files with 521 additions and 247 deletions
@@ -0,0 +1 @@
[{"id": 1, "name": "管理员", "code": "admin", "remark": null, "details": "管理员", "sort": 1, "create_time": null, "update_time": null, "enable": 1}, {"id": 2, "name": "普通用户", "code": "common", "remark": null, "details": "只有查看,没有增删改权限", "sort": 2, "create_time": "2021-03-22 20:02:38", "update_time": "2021-04-01 22:29:56", "enable": 1}]