package org.jeecg.modules.arj.config; /** * 日志按模块分类 */ public enum ModuleType { /** * 普通 */ COMMON, /** * online */ ONLINE; }