ali
2025-02-13 ea5b6393890048ab02accf27080687842c5d0eda
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}