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