package com.yeetou.xinyongkaguanjia.http.base; public class CreditPayoffBase { private Integer code; private String msg; private String email; private String secret; public Integer getCode() { return code; } public void setCode(Integer code) { this.code = code; } public String getMsg() { return msg; } public void setMsg(String msg) { this.msg = msg; } public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public String getEmail() { return email; } public void setEmail(String email) { this.email = email; } }