ali
2025-03-06 10471e691344361d81632e24c28b1d245c1d7a04
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}