Alioo
2025-02-10 3206257fe7b0bdde60f797f395f9a226df36ea0e
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}