package com.zhitan.common.enums; public enum StatisticType { SUM, MAX, MIN, AVG }