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