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