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