阿伏兔
2025-01-10 4dc4aae498dd1de37f7baf50439e7182f4b38677
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}