zhitan-cloud
2025-02-07 019a369b89404e1e4d3df591cbdde65788e8276c
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}