You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
782 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JobYunDang.Model
{
public class ydw_ctnrstatus
{
public string keyid { get; set; }
public string ckeyid { get; set; }
public string status { get; set; }
public string statedescription { get; set; }
public string vslvoy { get; set; }
public string vslname { get; set; }
public string voy { get; set; }
public DateTime? eventtime { get; set; }
public string station { get; set; }
public string transportation { get; set; }
public string iscode { get; set; }
public string isest { get; set; }
public DateTime? updatetime { get; set; }
}
}