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