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