using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ApiTools.Core.Utils.NongYePayUtils.Models { public class DownloadFileCommand { /// /// 场景 /// public string Scene { get; set; } /// /// 地址 /// public string Path { get; set; } } }