package enumeration; /** * @author gonghl * @since 2024-8-7 */ public enum Trend { RISING, FALLING, STABLE }