ustcyc
2025-03-19 a51fff34e748a61ecc39e5cd749e8bd56d10f9f2
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}