Commit 06039291 by huangjy

fix:枚举dinginess

parent 302baa34
...@@ -9,7 +9,7 @@ public enum HeartRateTypeEnum { ...@@ -9,7 +9,7 @@ public enum HeartRateTypeEnum {
BRADYCARDIA("bradycardia","心率过缓"), BRADYCARDIA("bradycardia","心率过缓"),
TACHYCARDIA("tachycardia","呼吸过速"); TACHYCARDIA("tachycardia","心率过速");
private String code; private String code;
private String value; 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