统一吴门医述里图文文章

This commit is contained in:
wuchunlei
2024-03-14 15:38:27 +08:00
parent 36bb3fc194
commit 63fdd2759e
8 changed files with 82 additions and 70 deletions

View File

@@ -0,0 +1,9 @@
package com.peanut.modules.book.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.peanut.modules.book.entity.GeneralArticle;
import org.springframework.stereotype.Service;
@Service
public interface GeneralArticleService extends IService<GeneralArticle> {
}