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