xiaoyong931011
2022-06-24 8db556681e87dfc2537671de072059f5a747472b
src/main/java/com/xcong/farmer/cms/modules/system/service/IArticleService.java
@@ -25,4 +25,8 @@
    Result updateStatusOn(Long id);
    Result updateStatusOff(Long id);
    Result updateIstop(Long id);
    Result updateIstopOff(Long id);
}