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