Commit dab1b74bfcb7b87a68c1a455e8f84e2b95003a3f

Authored by liquanyu
1 parent 0e0e78c7b8

同步

Showing 1 changed file with 1 additions and 0 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java View file @ dab1b74
... ... @@ -66,6 +66,7 @@
66 66 RXATX(52,"乳腺癌提醒",48,"4"),
67 67 GJATX(53,"宫颈癌提醒",48,"4");
68 68  
  69 +
69 70 private SmsServiceEnums(int id,String name,int pid,String serviceObj){
70 71 this.id = id;
71 72 this.name =name;