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