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