潘晓明
2025-02-12 ef37d4a78583019f834bfa9c2a5a4422f3f46b76
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}