netmouse
2025-02-15 56c87d6ac0287eba251310bde2ee22f897fe7d95
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}