package com.zhongyun.service; import com.zhongyun.common.page.PageData; import com.zhongyun.common.service.BaseService; import com.zhongyun.dto.LevelDTO; import com.zhongyun.entity.LevelEntity; import java.util.Collection; import java.util.List; import java.util.Map; /** * 新闻 * * @author Gaoming fangaoming0208@aliyun.com */ public interface LevelService extends BaseService { List list(); void updateBatch(List dtoList); }