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