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