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