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