feige
2024-10-25 81995abfa712d65b7f7f1e23b97a97bc4065103d
zhang-content/src/main/java/com/ruoyi/service/ZfCollectionShareService.java
@@ -1,3 +1,4 @@
package com.ruoyi.service;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -24,4 +25,6 @@
    AjaxResult listUserId(Integer pageNo ,Integer pageSize);
    Long getShareId(ZfDownload zfDownload);
    Boolean deleteByContentId(Long[] ids);
}