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