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