using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YBDevice.Entity
{
///
/// 公众号列表
///
public class OfficialListModel:YB_OfficlaAccount
{
///
/// 客户名称
///
public string BusinessName { get; set; }
///
/// 客户ID
///
public int BusinessId { get;set; }
}
}