using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JobYunDang.Model { public class JsonDownloadReturn { public bool success { get; set; } public int status { get; set; } public ydw_linertracking objlinertracking { get; set; } } }