z1415143022
2025-03-27 472bb19d8543deeb82007f55d722fe46894d7760
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}