From 3d44a5230927f1ee1d073f35218576e059376465 Mon Sep 17 00:00:00 2001 From: dongqin <123456> Date: Thu, 15 Aug 2019 14:27:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=97=AE=E5=8D=B7=E8=AE=BF?= =?UTF-8?q?=E8=A7=86=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/common/enums/PostpartumFollowMakeEnums.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/PostpartumFollowMakeEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/PostpartumFollowMakeEnums.java index f403438..42b7439 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/PostpartumFollowMakeEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/PostpartumFollowMakeEnums.java @@ -66,7 +66,7 @@ public class PostpartumFollowMakeEnums { * 访视类型 */ public enum TypeEnum { - SMFS(1, "上门访视"), DHFS(2, "电话访视"); + SMFS(1, "上门访视"), DHFS(2, "电话访视"),WJTS(3, "问卷访视"); private int id; private String name; -- 1.8.3.1