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