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