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