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_alimama_tlj_info : base_model
{
///
/// 淘宝username
///
public string username { get; set; }
///
/// 淘礼金appkey
///
public string appkey { get; set; }
///
/// 淘礼金appsecret
///
public string appsecret { get; set; }
///
/// 推广位名称
///
public string adzone_name { get; set; }
///
/// 推广位pid
///
public string adzone_pid { get; set; }
}
}