using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ProtoBuf;
namespace Server.MyClass.Caches
{
///
/// 唯品会
///
[ProtoContract]
public class WeiPinHuiUpdateOrderItemCache
{
///
/// ID
///
[global::ProtoBuf.ProtoMember(1)]
public string Id { get; set; }
///
/// 上次时间
///
[global::ProtoBuf.ProtoMember(2)]
public DateTime LastDateTime { get; set; }
}
}