net
2025-02-14 9721c16da86aa5bf45ff2b1b1b255be87d2cff0d
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}