letsgocoding
2025-03-05 f1a43b9a8644a50462d68b5e6a7c1d186915d4ff
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}