2021-04-28 00:01:14 +08:00

7 lines
132 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.

/**
* 基础的通用类,和框架无关
*
* 例如说CommonResult 为通用返回
*/
package cn.iocoder.dashboard.common;