zt916916
2025-03-20 28dc7dc6eab44e3988886e9b0304c95d1ffb281d
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}