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