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