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