zqy
2024-06-23 a69aafe60ce001834b981778f12fd74d4af77e23
zhang-content/src/main/java/com/ruoyi/service/ZfDoctorShareService.java
@@ -4,6 +4,7 @@
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 java.util.List;
@@ -18,8 +19,11 @@
    AjaxResult deleteZa(ShareMore zfDoctor);
    AjaxResult listByUserId(Long shareId);
    AjaxResult listByUserId();
    List<ZfDoctor> listUserId(Long shareId);
    Long getShareId(ZfDoctorDownload zfDoctorDownload);
}