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