copy from zhang-content/src/main/java/com/ruoyi/service/TravelSharService.java
copy to zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteSharService.java
File was copied from zhang-content/src/main/java/com/ruoyi/service/TravelSharService.java |
| | |
| | | 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 org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | | |
| | | public interface TravelSharService extends IService<ZfShare> { |
| | | public interface ZfPetNoteSharService extends IService<ZfShare> { |
| | | List<ZfShare> getAuthority(); |
| | | |
| | | AjaxResult saveZa(ShareMore shareMore); |