using Web.Core.Model.DTO; namespace Web.Core.IServices.WeChatMiniPrograms; public interface IWeChatMiniProgramsServices { public Task SellOrderProcessQuerryAsync(string BillCoding); }