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