package cc.mrbird.febs.pay.model; import lombok.Data; @Data public class NBYHResponse { private boolean flag; private String msg; }