Geoffrey
2025-01-13 cf1e80dbca6d013028ff6ea65769736455a367b5
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}