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