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