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