z1415143022
2025-04-10 30038febd6ab68437862fad1988faef89607b74e
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}