| | |
| | | import com.doumee.dao.web.reqeust.VisitRecordDTO; |
| | | import com.doumee.dao.web.response.VisitDetailVO; |
| | | import com.doumee.dao.web.response.VisitRecordVO; |
| | | import io.swagger.models.auth.In; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | Integer create(Visits visits); |
| | | |
| | | Integer createFk(Visits visits,Boolean isERP); |
| | | Integer createFk(Visits visits, Boolean isERP, Integer source); |
| | | |
| | | /** |
| | | * 访客报备 |
| | |
| | | * @param id 主键 |
| | | * @return Visits |
| | | */ |
| | | Visits findById(Integer id); |
| | | Visits findById(Integer id,Integer memberId); |
| | | |
| | | /** |
| | | * 条件查询单条记录 |
| | |
| | | void visitCancel(Integer visitId); |
| | | |
| | | void resetPassword(ResetPasswordDTO resetPasswordDTO); |
| | | |
| | | void visitResend(Integer visitId); |
| | | } |