package com.meishu.dto.chapter; import lombok.Data; import java.util.List; @Data public class UpdateChapterOrderDTO { private List<Long> ids; }