letsgocoding
2025-02-15 c9d4f449ed2cf44a24564b18b5943b72ee304320
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}