| | |
| | | import com.panzhihua.common.model.dtos.community.PageUserReserveDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComActReserveCommitVO; |
| | | import com.panzhihua.common.model.vos.community.bigscreen.IndexReserve; |
| | | import com.panzhihua.service_community.model.dos.ComActReserveDO; |
| | | |
| | | /** |
| | |
| | | * @return 预约登记结果 |
| | | */ |
| | | R commit(ComActReserveCommitVO comActReserveCommitVO); |
| | | |
| | | /** |
| | | * 外部提交预约登记 |
| | | * @param comActReserveCommitVO |
| | | * @return 预约登记结果 |
| | | */ |
| | | R commitNoToken(ComActReserveCommitVO comActReserveCommitVO); |
| | | |
| | | /** |
| | | * 小程序我的预约登记 |
| | |
| | | */ |
| | | R reserveListApplets(Long communityId); |
| | | |
| | | /** |
| | | * 返攀登记居家隔离大屏数据 |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | IndexReserve indexReserve(Long communityId); |
| | | |
| | | } |