using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MyCode.Project.Domain.Message.Response.Report2309 { public class TuoKeTiYanGuanKongReportResp2407 { /// /// /// public string Id { get; set; } /// /// 店铺id /// public string ShopId { get; set; } /// /// 买卡日期 /// public string MaiKaRiQi { get; set; } /// /// 首次体验时间 /// public string FirstTiYanTime { get; set; } /// /// 顾客姓名 /// public string MemberName { get; set; } /// /// 会员手机号 /// public string Mobile { get; set; } /// /// 会员资料来源 0= 其他; 1= 抖音; 2= 美团; 3=自然流量; 4=老顾客裂变 5=1元公益、派单 6=第三方合作 /// public int FromType { get; set; } /// /// 顾客来源渠道 /// public string FromTypeText { get; set; } /// /// 主服务/成交人 /// public string ClerkName { get; set; } /// /// 是否购买留客卡 /// public int IfLiuKe { get; set; } /// /// 是否购买留客卡字符串 /// public string IfLiuKeStr { get; set; } /// /// 顾客第几次体验购买留客卡 /// public int TiYanCiShu { get; set; } /// /// 门店名称 /// public string ShopName { get; set; } } public class RiFuWuTuiJinReport2407Resp { /// /// /// public string Id { get; set; } /// /// 门店名称 /// public string ShopName { get; set; } /// /// 店员名称 /// public string ClerkName { get; set; } /// /// 岗位 /// public string GangWei { get; set; } /// /// 拓客卡核销总人数 /// public int TotalQty { get; set; } /// /// 拓客总人数 /// public int TuoKeQty { get; set; } /// /// 第1次核销拓客卡人数 /// public int Qty1 { get; set; } /// /// 第2次核销拓客卡人数 /// public int Qty2 { get; set; } /// /// 第3次以上核销拓客卡人数 /// public int Qty3 { get; set; } /// /// 购买留客卡顾客数量 /// public int LiuKeQty { get; set; } } public class LiuKeZhuanHuanReport2407Resp { public string Id { get; set; } /// /// 门店名称 /// public string ShopName { get; set; } /// /// 店员名称 /// public string ClerkName { get; set; } /// /// 岗位 /// public string GangWei { get; set; } /****************合计*********************/ #region /// /// 合计进店人数 /// public int TotalJinDianQty { get; set; } /// /// 合计成交人数 /// public int TotalLiuKeQty { get; set; } /// /// 合计成交率(对接这个字段) /// public string TotalChengJiaoLvText { get; set; } /// /// 合计金额 /// public decimal TotalAmount { get; set; } /// /// 合计进店人数--1次 /// public int TotalJinDianQty1 { get; set; } /// /// 合计成交人数--1次 /// public int TotalLiuKeQty1 { get; set; } /// /// 合计成交率(对接这个字段)--1次 /// public string TotalChengJiaoLvText1 { get; set; } /// /// 合计金额--1次 /// public decimal TotalTotalAmount1 { get; set; } /// /// 合计进店人数--2次 /// public int TotalJinDianQty2 { get; set; } /// /// 合计成交人数--2次 /// public int TotalLiuKeQty2 { get; set; } /// /// 合计成交率(对接这个字段)--2次 /// public string TotalChengJiaoLvText2 { get; set; } /// /// 合计金额--2次 /// public decimal TotalTotalAmount2 { get; set; } /// /// 合计进店人数--3次 /// public int TotalJinDianQty3 { get; set; } /// /// 合计成交人数--3次 /// public int TotalLiuKeQty3 { get; set; } /// /// 合计成交率(对接这个字段)--3次 /// public string TotalChengJiaoLvText3 { get; set; } /// /// 合计金额--3次 /// public decimal TotalTotalAmount3 { get; set; } #endregion /***********线上*************/ #region /// /// 线上合计进店人数 /// public int OnlineTotalJinDianQty { get; set; } /// /// 线上合计成交人数 /// public int OnlineTotalLiuKeQty { get; set; } /// /// 线上合计成交率(对接这个字段) /// public string OnlineTotalChengJiaoLvText { get; set; } /// /// 线上合计金额 /// public decimal OnlineTotalAmount { get; set; } /// /// 线上进店人数--1次 /// public int OnlineTotalJinDianQty1 { get; set; } /// /// 线上成交人数--1次 /// public int OnlineTotalLiuKeQty1 { get; set; } /// /// 线上成交率(对接这个字段)--1次 /// public string OnlineTotalChengJiaoLvText1 { get; set; } /// /// 线上金额--1次 /// public decimal OnlineTotalAmount1 { get; set; } /// /// 线上进店人数--2次 /// public int OnlineTotalJinDianQty2 { get; set; } /// /// 线上成交人数--2次 /// public int OnlineTotalLiuKeQty2 { get; set; } /// /// 线上成交率(对接这个字段)--2次 /// public string OnlineTotalChengJiaoLvText2 { get; set; } /// /// 线上金额--2次 /// public decimal OnlineTotalAmount2 { get; set; } /// /// 线上进店人数--3次 /// public int OnlineTotalJinDianQty3 { get; set; } /// /// 线上成交人数--3次 /// public int OnlineTotalLiuKeQty3 { get; set; } /// /// 线上成交率(对接这个字段)--3次 /// public string OnlineTotalChengJiaoLvText3 { get; set; } /// /// 线上金额--3次 /// public decimal OnlineTotalAmount3 { get; set; } #endregion /***********线下*************/ #region /// /// 线下合计进店人数 /// public int OfflineTotalJinDianQty { get; set; } /// /// 线下合计成交人数 /// public int OfflineTotalLiuKeQty { get; set; } /// /// 线下合计成交率(对接这个字段) /// public string OfflineTotalChengJiaoLvText { get; set; } /// /// 线下合计金额 /// public decimal OfflineTotalAmount { get; set; } /// /// 线下进店人数--1次 /// public int OfflineTotalJinDianQty1 { get; set; } /// /// 线下成交人数--1次 /// public int OfflineTotalLiuKeQty1 { get; set; } /// /// 线下成交率(对接这个字段)--1次 /// public string OfflineTotalChengJiaoLvText1 { get; set; } /// /// 线下金额--1次 /// public decimal OfflineTotalAmount1 { get; set; } /// /// 线下进店人数--2次 /// public int OfflineTotalJinDianQty2 { get; set; } /// /// 线下成交人数--2次 /// public int OfflineTotalLiuKeQty2 { get; set; } /// /// 线下成交率(对接这个字段)--2次 /// public string OfflineTotalChengJiaoLvText2 { get; set; } /// /// 线下金额--2次 /// public decimal OfflineTotalAmount2 { get; set; } /// /// 线下进店人数--3次 /// public int OfflineTotalJinDianQty3 { get; set; } /// /// 线下成交人数--3次 /// public int OfflineTotalLiuKeQty3 { get; set; } /// /// 线下成交率(对接这个字段)--3次 /// public string OfflineTotalChengJiaoLvText3 { get; set; } /// /// 线下金额--3次 /// public decimal OfflineTotalAmount3 { get; set; } #endregion } public class LiuKeShenKeGuanKongReport2407Resp { public string Id { get; set; } /// /// 店铺id /// public string ShopId { get; set; } /// /// 门店名称 /// public string ShopName { get; set; } /// /// 顾客第一次体验时间 /// public string FirstExperienceTime { get; set; } /// /// 客户姓名 /// public string MemberName { get; set; } /// /// 年龄 /// public int Age { get; set; } /// /// Desc:性别 1=男;2=女 0=不明 /// Default: /// Nullable:False /// public int Sex { get; set; } /// /// Desc:性别 1=男;2=女 0=不明 字符串 /// Default: /// Nullable:False public string SexStr { get; set; } /// /// 会员手机号 /// public string Mobile { get; set; } /// /// 进店方式(顾客来源) 0= 其他; 1= 抖音; 2= 美团; 3=自然流量; 4=老顾客裂变 5=1元公益、派单 6=第三方合作 /// public int FromType { get; set; } /// /// 顾客来源渠道 /// public string FromTypeText { get; set; } /// /// 购买留客卡项目名称 /// public string GouMaiLiuKeName { get; set; } /// /// 购买留客卡时间 /// public string GouMaiLiuKeTime { get; set; } /// /// 成交留客卡后的服务美容师 /// public string ClerkName { get; set; } /// /// 到店列表 /// public List ArrivalItemList { get; set; } } public class ArrivalItem { /// /// 到店频次 /// public int ArrivalQty { get; set; } ///到店频次 public string ArrivalQtyStr { get; set; } /// /// 耗卡时间 /// public string ConsumeTime { get; set; } } public class LiuKeShenKeGuanKongReportExportResp: LiuKeShenKeGuanKongReport2407Resp { /// /// 耗卡时间 /// public string FirstLiuKeTime { get; set; } /// /// 耗卡时间 /// public string SecondLiuKeTime { get; set; } /// /// 耗卡时间 /// public string ThirdLiuKeTime { get; set; } /// /// 耗卡时间 /// public string FourthLiuKeTime { get; set; } /// /// 耗卡时间 /// public string FifthLiuKeTime { get; set; } /// /// 耗卡时间 /// public string SixthLiuKeTime { get; set; } /// /// 耗卡时间 /// public string SeventhLiuKeTime { get; set; } /// /// 耗卡时间 /// public string EighthLiuKeTime { get; set; } /// /// 耗卡时间 /// public string NinthLiuKeTime { get; set; } /// /// 耗卡时间 /// public string TenthtLiuKeTime { get; set; } } public class YaoYueDaoDianReport2407Resp { /// /// /// public string Id { get; set; } /// /// 门店名称 /// public string ShopName { get; set; } /// /// 邀约人数 /// public int YaoYueQty { get; set; } /// /// 回店人数 /// public int HuiDianQty { get; set; } /// /// 消费人数 /// public int XiaoFeiQty { get; set; } /// /// 消费金额 /// public decimal TatalAmount { get; set; } /// /// 服务人数 /// public int FuWuQty { get; set; } /// /// 邀约到店率 /// public string YaoYueDaoDianLv { get; set; } } public class RiFuWuZhuanHuaReport2407Resp { /// /// /// public string Id { get; set; } /// /// 门店名称 /// public string ShopName { get; set; } /// /// 店员名称 /// public string ClerkName { get; set; } /// /// 岗位 /// public string GangWei { get; set; } /// /// 拓客卡核销总人数 /// public int TotalQty { get; set; } /// /// 第1次核销拓客卡人数 /// public int Qty1 { get; set; } /// /// 第2次核销拓客卡人数 /// public int Qty2 { get; set; } /// /// 第3次以上核销拓客卡人数 /// public int Qty3 { get; set; } /// /// 购买留客卡顾客数量 /// public int LiuKeQty { get; set; } } }