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