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