zhitan-cloud
2025-01-21 41ae4b3eb7726a9fab4510edc56898c7d35202cf
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}