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