Files
Yi.Admin/Yi.Framework/Yi.Framework.Common/QueueModel/SKUWarmupQueueModel.cs

14 lines
255 B
C#
Raw Normal View History

2021-10-20 18:03:43 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Common.QueueModel
{
public class SKUWarmupQueueModel
{
public bool Warmup { get; set; }
}
}