From a45e8113de02f75ecaca632d3a4efdfa9d9a5959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=C2=B7=C3=A6?= <279202647@qq.com> Date: Fri, 15 Oct 2021 20:51:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=80=E5=90=8E=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E8=AE=B0=E5=BD=95=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Coldairarrow.Entity/HuiYan/cats.cs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/Coldairarrow.Entity/HuiYan/cats.cs b/src/Coldairarrow.Entity/HuiYan/cats.cs index 8fc211f..51ed870 100644 --- a/src/Coldairarrow.Entity/HuiYan/cats.cs +++ b/src/Coldairarrow.Entity/HuiYan/cats.cs @@ -47,5 +47,24 @@ namespace Coldairarrow.Entity.HuiYan /// public int Type { get; set; } + /// + /// 最后一次打开淘宝时间 + /// + public DateTime? LastShowTBTime { get; set; } + + /// + /// 最后一次打开京东时间 + /// + public DateTime? LastShowJDTime { get; set; } + + /// + /// 最后一次打开拼多多时间 + /// + public DateTime? LastShowPddTime { get; set; } + + /// + /// 团队ID + /// + public string TeamId { get; set; } } } \ No newline at end of file