소스 검색

更新!

TRX 1 년 전
부모
커밋
f735b04f8c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      FullCardServer/src/main/resources/application-dev.yml

+ 5 - 0
FullCardServer/src/main/resources/application-dev.yml

@@ -159,3 +159,8 @@ dictionary:
                                                                                  {key: wait, name: 待审核, description: 待审核, sort: 1},
                                                                                  {key: pass, name: 已通过, description: 已通过, sort: 1},
                                                                                  {key: refuse, name: 已拒绝, description: 已拒绝, sort: 1}]}
+    - { key: visitorType, name: 访客类型, description: 访客类型, sort: 19,
+        item: [
+          { key: conventional, name: 会议洽谈, description: 会议洽谈, sort: 1 },
+          { key: visiting, name: 探亲访友, description: 探亲访友, sort: 2 },
+          { key: business, name: 业务沟通, description: 业务沟通, sort: 3 } ] }