Helius
2022-07-02 27b61ffe97c575cdc6c2e8b9f010ab1021e7160e
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);
}