DYL
2025-01-18 114757358ee9fae1e6d50e0be51acdae8f9f01a8
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}