package com.glxp.api.res.purchase; import com.glxp.api.entity.purchase.PurInquiryEntity; import lombok.Data; @Data public class PurInquiryOfferEntityResponse extends PurInquiryEntity { private String nextNodeName; private Integer nextApprovalNodeType; private Integer flowStatus; }