fuliqi
2024-09-03 1e0fee57168f6190f5dc5a3e01f8cde2b5561811
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
 
}