package cn.lili.modules.statistics.entity.enums; /** * 时间类型 * @author Chopper * @since 2021/2/9 16:17 */ public enum TimeTypeEnum { /** * 月 */ MONTH, /** * 年 */ YEAR, /** * 全部 */ ALL; }