开始重构 system 模块的代码,先修改认证逻辑

This commit is contained in:
YunaiV
2020-04-17 19:25:24 +08:00
parent 233a441579
commit 4ffc2cb815
201 changed files with 1788 additions and 561 deletions

View File

@@ -0,0 +1,4 @@
/**
* 提供 system 服务的 RPC 接口的实现,提供内部调用
*/
package cn.iocoder.mall.system.rpc;