Commit 3d44a5230927f1ee1d073f35218576e059376465

Authored by dongqin
1 parent a337a15a51

添加问卷访视类型

Showing 1 changed file with 1 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/PostpartumFollowMakeEnums.java View file @ 3d44a52
... ... @@ -66,7 +66,7 @@
66 66 * 访视类型
67 67 */
68 68 public enum TypeEnum {
69   - SMFS(1, "上门访视"), DHFS(2, "电话访视");
  69 + SMFS(1, "上门访视"), DHFS(2, "电话访视"),WJTS(3, "问卷访视");
70 70 private int id;
71 71 private String name;
72 72