短信渠道的 CRUD 后端代码的完成

This commit is contained in:
YunaiV
2021-04-05 02:52:58 +08:00
parent 86cbf21d6d
commit d8d458a024
22 changed files with 520 additions and 270 deletions

View File

@ -19,3 +19,4 @@ DELETE FROM "sys_post";
DELETE FROM "sys_login_log";
DELETE FROM "sys_operate_log";
DELETE FROM "sys_user";
DELETE FROM "sys_sms_channel";