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