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