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