zt916916
2025-03-26 34bc36c653c4809722ba4b561097aa320036612f
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}