using BBWY.Server.Model; using Microsoft.Extensions.Caching.Memory; using NLog; using System; using System.Collections.Generic; using System.Text; namespace BBWY.Server.Business { public class PDDBusiness : PlatformSDKBusiness { public override Enums.Platform Platform => Enums.Platform.拼多多; public PDDBusiness(IMemoryCache memoryCache, NLogManager nLogManager) : base(memoryCache, nLogManager) { } } }