|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.doumee.core.model.PageData; | 
|---|
|  |  |  | import com.doumee.core.model.PageWrap; | 
|---|
|  |  |  | import com.doumee.dao.business.dto.ResetPasswordDTO; | 
|---|
|  |  |  | import com.doumee.dao.business.model.Visits; | 
|---|
|  |  |  | import com.doumee.dao.web.reqeust.AuditApproveDTO; | 
|---|
|  |  |  | import com.doumee.dao.web.reqeust.ErpVisitDTO; | 
|---|
|  |  |  | 
|---|
|  |  |  | Integer create(Visits visits); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Integer createFk(Visits visits,Boolean isERP); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 访客报备 | 
|---|
|  |  |  | * @param visits | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | Integer visitReporting(Visits visits); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void createFKForErp(ErpVisitDTO erpVisitDTO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param id 主键 | 
|---|
|  |  |  | * @return Visits | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | Visits findById(Integer id); | 
|---|
|  |  |  | Visits findById(Integer id,Integer memberId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 条件查询单条记录 | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param id | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | VisitDetailVO getVisitDetail(Integer id); | 
|---|
|  |  |  | VisitDetailVO getVisitDetail(Integer id,Integer memberId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 内部人员 任务中心 | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void  visitLevel(Integer visitId); | 
|---|
|  |  |  | void  visitCancel(Integer visitId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void resetPassword(ResetPasswordDTO resetPasswordDTO); | 
|---|
|  |  |  | } | 
|---|