ali
2025-02-11 6c83f1009ca85f04457004fb98a8960028b5fdc1
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}