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