package fr.zng.xxzx.common.dao;

import fr.zng.xxzx.common.entity.UpDataEntity;

/**
 * 设备主动上传实时信息
 * 
 * @author lyf
 *
 */
public interface UpdataDao {

	/**
	 * 插入
	 * 
	 * @param en
	 * @return result
	 */
	public int insert(UpDataEntity en);

}
