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