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