zhitan-cloud
2025-02-17 18135969fb41508af4e1dd337cd2fd1c3c4e32cd
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}