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