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