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