123
birt
2025-04-14 7bc1c783bf4559ae121347114555964b06280bd0
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}