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