ustcyc
2025-04-10 9507c03f27cd8fa99381142236cc2eafbe01868d
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}