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