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