ustcyc
2025-03-29 e43edb461fbe4cdbe35e39cd7af19ff4a2ad00a8
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}