| | |
| | | package com.ruoyi.service.impl;public class TravelSharServiceImpl { |
| | | |
| | | package com.ruoyi.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.ruoyi.common.core.domain.AjaxResult; |
| | | import com.ruoyi.domain.ShareMore; |
| | | import com.ruoyi.domain.ZfDownload; |
| | | import com.ruoyi.domain.ZfProperty; |
| | | import com.ruoyi.domain.ZfShare; |
| | | import com.ruoyi.mapper.ZfShareMapper; |
| | | import com.ruoyi.service.TravelSharService; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | | |
| | | public class TravelSharServiceImpl extends ServiceImpl<ZfShareMapper,ZfShare> implements TravelSharService { |
| | | @Override |
| | | public List<ZfShare> getAuthority() { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public AjaxResult saveZa(ShareMore shareMore) { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public AjaxResult listByFidAid(ShareMore shareMore, Integer pageNo, Integer pageSize) { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public AjaxResult deleteZa(ShareMore shareMore) { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public AjaxResult listByUserId() { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public AjaxResult listUserId(Integer pageNo, Integer pageSize) { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public Long getShareId(ZfDownload zfDownload) { |
| | | return null; |
| | | } |
| | | } |