This commit is contained in:
77
2024-04-07 22:32:33 +08:00
parent 685c886364
commit 500ca739aa
12 changed files with 192 additions and 6 deletions

View File

@@ -11,4 +11,5 @@ import com.ruoyi.xq.domain.DynamicImage;
*/
public interface DynamicImageService extends IService<DynamicImage> {
void removeByDynamicId(Long dynamicId);
}