| | |
| | | package com.doumee.service.business; |
| | | |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.service.business.third.model.LoginUserInfo; |
| | | import com.doumee.service.business.third.model.PageData; |
| | | import com.doumee.service.business.third.model.PageWrap; |
| | | import com.doumee.dao.admin.response.PCWorkPlatformDataVO; |
| | | import com.doumee.dao.business.dto.ResetPasswordDTO; |
| | | import com.doumee.dao.business.model.Visits; |
| | | import com.doumee.dao.web.reqeust.AuditApproveDTO; |
| | |
| | | */ |
| | | Integer create(Visits visits); |
| | | |
| | | Integer createFk(Visits visits,Boolean isERP); |
| | | Integer createFk(Visits visits, Boolean isERP, Integer source); |
| | | |
| | | /** |
| | | * 访客报备 |
| | |
| | | * @param id 主键 |
| | | */ |
| | | void deleteById(Integer id); |
| | | void deleteById(Integer id,LoginUserInfo user); |
| | | |
| | | /** |
| | | * 删除 |
| | |
| | | * @param id 主键 |
| | | * @return Visits |
| | | */ |
| | | Visits findById(Integer id); |
| | | Visits findById(Integer id,Integer memberId); |
| | | |
| | | /** |
| | | * 条件查询单条记录 |
| | |
| | | void auditApprove(AuditApproveDTO auditApproveDTO); |
| | | |
| | | void visitLevel(Integer visitId); |
| | | void visitLevelForCarOut(Visits visits); |
| | | void visitCancel(Integer visitId); |
| | | |
| | | /** |
| | | * 处理待审核、审核中、已审核的数据取消业务 |
| | | * 2025年3月25日14:10:10 |
| | | */ |
| | | void visitsSelfCancel(Integer visitId,Integer memberId,String openid); |
| | | void visitsCancel(Integer visitId,LoginUserInfo loginUserInfo); |
| | | void resetPassword(ResetPasswordDTO resetPasswordDTO); |
| | | |
| | | void visitResend(Integer visitId); |
| | | |
| | | PCWorkPlatformDataVO getPcWorkPlatformData(Integer queryType ,LoginUserInfo loginUserInfo); |
| | | |
| | | /** |
| | | * 即将超时通知 |
| | | */ |
| | | void syncTimeOutData(); |
| | | void visitNoCheckCancel(); |
| | | } |