Commit cbce8a02f5f8a45cc6df63bd4387318cb5e69dac

Authored by jiangjiazhi
1 parent 0c0609209d

增加

Showing 1 changed file with 4 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/utils/SystemConfig.java View file @ cbce8a0
... ... @@ -30,7 +30,10 @@
30 30  
31 31 //诊断
32 32 public static final String DIAGNOSE_TYPE_ID = "5768e5cf0cf2eaac7ba44a18";
33   -
  33 + //既往史
  34 + public static final String JIWANGSHI_ID="d0b47bdc-c516-4f86-95fa-176a33ca73bf";
  35 + //高危id
  36 + public static final String HIGH_RISK_ID="fb43fd5a-b153-4cb9-9180-c46f5612ba43";
34 37  
35 38 }