| | |
| | | import com.xcong.farmer.cms.common.response.Result; |
| | | import com.xcong.farmer.cms.modules.system.dto.AdminAddArticleDto; |
| | | import com.xcong.farmer.cms.modules.system.dto.AdminArticleDto; |
| | | import com.xcong.farmer.cms.modules.system.dto.AdminDeleteDto; |
| | | import com.xcong.farmer.cms.modules.system.dto.AdminUpdateArticleDto; |
| | | import com.xcong.farmer.cms.modules.system.entity.ArticleEntity; |
| | | |
| | |
| | | Result seeArticleInfo(Long id); |
| | | |
| | | Result updateArticle(AdminUpdateArticleDto adminUpdateArticleDto); |
| | | |
| | | Result delObjs(AdminDeleteDto adminDeleteDto); |
| | | |
| | | Result updateStatusOn(Long id); |
| | | |
| | | Result updateStatusOff(Long id); |
| | | |
| | | Result updateIstop(Long id); |
| | | |
| | | Result updateIstopOff(Long id); |
| | | |
| | | void releaseArticle(Long id); |
| | | } |