VVT789
2025-03-04 0e4f43aaebca9aa19043582c4b4f077ec00cd487
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}