zxl
2025-04-17 51f67136d3f6ff27a9f879b8c13bd308a7a733e1
1
2
3
4
5
6
7
8
9
10
11
package enumeration;
 
/**
 * @author gonghl
 * @since 2024-8-7
 */
 
public enum Trend {
    RISING, FALLING, STABLE
 
}