Commit c731883b by huangjy

模型分析代码生成V1.0

parent 79ffa1d0
......@@ -10,7 +10,8 @@ public enum SleepTypeEnum {
SLEEP_DEEP("sleepDeep","深度睡眠"),
SLEEP_MODERATE("sleepModerate","中度睡眠"),
SLEEP_LIGHTNESS("sleepLightness","浅度睡眠");
SLEEP_LIGHTNESS("sleepLightness","浅度睡眠"),
SOBER("sober","清醒");
private String code;
private String value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment