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