DYL0109
2025-04-16 6398660ee621033df8db52ea541f8dd49f677787
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}