xiaoyong931011
2021-11-22 0c4d432e5825f87c725f1ab84f7f0e7cf0159cec
src/main/java/com/xcong/excoin/modules/helpCenter/service/HelpCenterService.java
@@ -9,6 +9,7 @@
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.modules.helpCenter.entity.HelpCenterArticleEntity;
import com.xcong.excoin.modules.helpCenter.entity.HelpCenterNoticeEntity;
import com.xcong.excoin.modules.helpCenter.entity.HelpCenterTypeEntity;
public interface HelpCenterService extends IService<HelpCenterNoticeEntity> {
@@ -26,4 +27,10 @@
   FebsResponse helpCenterUsConfirm(@Valid HelpCenterArticleEntity helpCenterArticleEntity);
   IPage<HelpCenterTypeEntity> findHelpCenterTypeListInPage(HelpCenterTypeEntity helpCenterTypeEntity, QueryRequest request);
   void helpCenterTypeAdds(@Valid HelpCenterTypeEntity helpCenterTypeEntity);
   FebsResponse helpCenterTypeDelete(@NotNull(message = "{required}") Long id);
}