package com.zhujizheng.IHome.customemoji.dto; import lombok.Data; @Data public class PYCustomEmojiDeleteDTO { private Integer emojiId; }