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