zqy
2024-11-19 f8b80fc0032e15e67e7a9ca4fe644e7147f90c70
zhang-content/src/main/java/com/ruoyi/service/ZfDoctorShareService.java
@@ -4,14 +4,14 @@
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.domain.ShareMore;
import com.ruoyi.domain.ZfDoctor;
import com.ruoyi.domain.ZfDoctorDownload;
import com.ruoyi.domain.ZfDoctorShare;
import com.ruoyi.domain.ZfDownload;
import com.ruoyi.domain.ZfShare;
import java.util.List;
public interface ZfDoctorShareService extends IService<ZfDoctorShare> {
public interface ZfDoctorShareService extends IService<ZfShare> {
    List<ZfDoctorShare> getAuthority();
    List<ZfShare> getByUserId();
    AjaxResult saveZa(ShareMore zfDoctor);
@@ -23,7 +23,7 @@
    AjaxResult listUserId(Integer pageNo ,Integer pageSize);
    Long getShareId(ZfDoctorDownload zfDoctorDownload);
    Long getShareId(ZfDownload zfDownload);
    Boolean deleteByContentId(Long[] ids);
}