ustcyc
2025-04-13 9ef82073c1a8e4e3ca5f4ea938405e254a92de5a
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}