package com.glxp.api.res.inout; import lombok.Data; @Data public class AddCodeResult { private String orderId; private String errMsg; }