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