zxl
2025-04-21 8b3793ac8072918f52201f5d54f1cdf49ce02299
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
 
}