net
2025-02-14 83c6f6729e5abf50b3ad1f01420386eba4a57497
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}