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