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