using Api.Framework.Tools;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Api.Framework.Model
{
///
/// 微信协议设备信息
///
public class fl_wechat_device:base_model
{
///
/// 微信号
///
public string weixinhao { get; set; }
///
/// 设备信息
///
public string device_info { get; set; }
}
}