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