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