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