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