From f9b59bbbafe8db8b4f4592fbb93d99166655c076 Mon Sep 17 00:00:00 2001 From: lihongjie0209 Date: Sun, 10 Mar 2024 15:52:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AE=B6=E5=BA=AD=E6=88=90=E5=91=98=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config/dictionary.json | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/main/resources/config/dictionary.json b/src/main/resources/config/dictionary.json index 88c3dbd0..c9a3444e 100644 --- a/src/main/resources/config/dictionary.json +++ b/src/main/resources/config/dictionary.json @@ -2163,6 +2163,33 @@ ] }, + { + "code": "emp.familyMember.relation", + "name": "员工家庭成员关系", + "item": [ + { + "code": "0", + "name": "父亲" + }, + { + "code": "1", + "name": "母亲" + }, + { + "code": "2", + "name": "配偶" + }, + { + "code": "3", + "name": "子女" + }, + { + "code": "4", + "name": "其他" + } + + ] + }, { "code": "coalParameter.inputType", "name": "煤参数录入方式",