git-svn-id: http://192.168.1.226/svn/proxy@204 454eff88-639b-444f-9e54-f578c98de674
New file |
| | |
| | | package com.bsk.zhangbo.demoforbsk.service;
|
| | |
|
| | | /**
|
| | | * 来访登记
|
| | | */
|
| | |
|
| | | public class VisitorCheckInMng {
|
| | |
|
| | | public static VisitorCheckInMng instance = new VisitorCheckInMng();
|
| | |
|
| | | public static VisitorCheckInMng getInstance() {
|
| | | return instance;
|
| | | }
|
| | |
|
| | | /**
|
| | | * 查询来访人员列表
|
| | | */
|
| | | public void findVisitorList() {
|
| | |
|
| | | }
|
| | |
|
| | | /**
|
| | | * 查询被访问人员列表
|
| | | */
|
| | | public void findIntervieweeList() {
|
| | |
|
| | | }
|
| | |
|
| | |
|
| | | /**
|
| | | * 查询拜访事由列表
|
| | | */
|
| | |
|
| | | }
|
| | |
| | | android:textStyle="bold"
|
| | | android:layout_marginTop="20dp"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:text="@string/visitor_reason"/>
|
| | | android:text="@string/visitor_remark"/>
|
| | | <EditText
|
| | | android:id="@+id/visitor_remark_et"
|
| | | android:layout_width="match_parent"
|