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