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