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