package com.winhc.repal.model.dto; import io.swagger.annotations.ApiModel; import lombok.Data; /** * @author Aaron * @date 2022/6/7 9:24 * @description */ @Data @ApiModel("回复请求体") public class ReplyDTO { private Integer code; }