package com.fadu.app.bean.e;

import com.fadu.app.bean.BaseResponse;

/**
 * @Author: lgj
 * @Date: 2019/1/21 19:39
 * @Description:
 */
public class E059Response extends BaseResponse {

    private String txt="";

    public String getTxt() {
        return txt;
    }

    public void setTxt(String txt) {
        this.txt = txt;
    }
}