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