百度上传文件到写入数据库之五

package cn.toher.util.common;

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/**
 *
 * @author Administrator
 */
public class MapData {
    
    private String name;
    private Object filedType;

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public Object getFiledType() {
        return filedType;
    }

    public void setFiledType(Object filedType) {
        this.filedType = filedType;
    }

    
    
}

 

posted @ 2017-08-04 16:18  来自IT国的猴子  阅读(158)  评论(0编辑  收藏  举报