zhitan-cloud
2025-01-10 6ae747353f65207c7594a35c3aa1d5ae12c31e77
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}