YunaiV d8a52a8c61 1. 增加 infra 和 system 包的说明
2. 增加 logger 组件的设计想法
2021-01-15 00:22:24 +08:00

8 lines
207 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* system 包下,我们放通用业务,支撑上层的核心业务。
* 例如说:用户、部门、权限、数据字典等等
*
* 缩写sys
*/
package cn.iocoder.dashboard.modules.system;