package com.whyc.dto.Real; import lombok.Data; @Data public class RealHeart { private Integer powerId; private Integer battgroupId; }