package com.fr.tx.common.dao;

import com.fr.tx.common.entity.GunInfoEntity;

/**
 *  mysql用DAO接口
 * @author sjf
 *
 */
public interface MysqlDao {

	int insertGunLog(GunInfoEntity insertData);
}
