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