This commit is contained in:
张良(004796)
2024-01-22 10:23:59 +08:00
parent caa4e22800
commit a30b615fc3
10 changed files with 104 additions and 3 deletions

View File

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