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