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