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