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