fuliqi
2024-12-05 083ac7646ef2ab4a2614678b158a3dce1482e75c
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
 
}