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