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