ustcyc
2025-03-19 9a5249e5e0724138b360962300909211579277f0
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}