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