xiaoyong931011
2020-06-23 8c7c2cadd5ec68b66b9a0c6afc0434c4513c1135
src/main/java/com/xcong/excoin/modules/systemSetting/service/SystemSettingService.java
@@ -8,6 +8,7 @@
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.modules.systemSetting.entity.PlatformBannerEntity;
import com.xcong.excoin.modules.systemSetting.entity.PlatformNoticeEntity;
import com.xcong.excoin.modules.systemSetting.entity.PlatformSymbolsSkuEntity;
import com.xcong.excoin.modules.systemSetting.entity.PlatformTradeSettingEntity;
@@ -34,6 +35,16 @@
   FebsResponse platformBannerDelete(@NotNull(message = "{required}") Long id);
   void platformBannerAdd();
   void platformBannerAdd(@Valid PlatformBannerEntity platformBannerEntity);
   FebsResponse noticeManageConfirm(@Valid PlatformNoticeEntity platformNoticeEntity);
   FebsResponse noticeManageDelete(@NotNull(message = "{required}") Long id);
   void noticeManageAdds(@Valid PlatformNoticeEntity platformNoticeEntity);
   IPage<PlatformNoticeEntity> findNoticeManageInPage(PlatformNoticeEntity platformNoticeEntity, QueryRequest request);
   PlatformNoticeEntity selectNoticeManageById(long id);
}