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