VVT789
2025-02-25 fd42c6e903ddc976d3b8f1bdf9d3128753b8af98
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}