公告板
版本库
filestore
活动
搜索
登录
main
/
zgyw
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新需求
zxl
2025-09-19
0d243e7f5dc593cdc6e0608bb52cd635f8fc6982
[zgyw.git]
/
ycl-common
/
src
/
main
/
java
/
enumeration
/
Trend.java
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
}