From 3c917ce09089dda25db584f31e7f44527d4be455 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期一, 28 六月 2021 16:54:13 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/test' into test --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/api/LcVisitRecordKeyPersonLabelEnum.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/api/LcVisitRecordKeyPersonLabelEnum.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/api/LcVisitRecordKeyPersonLabelEnum.java index bef01ed..b774513 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/api/LcVisitRecordKeyPersonLabelEnum.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/api/LcVisitRecordKeyPersonLabelEnum.java @@ -10,9 +10,21 @@ */ @Getter public enum LcVisitRecordKeyPersonLabelEnum { + /** + * 浪潮接口请求参数:吸毒人员类型 + */ XD(1, "p01_drug"), + /** + *浪潮接口请求参数:重精人员类型 + */ JS(2, "p01_trouble_schiz"), + /** + * 浪潮接口请求参数:释放人员类型 + */ XM(3, "p01_release"), + /** + * 浪潮接口请求参数:纠正人员类型 + */ SJ(4, "p01_be_corrected"); private final Integer code; -- Gitblit v1.7.1