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.
DS7/JobYunDang/Model/ydw_linertrackingstatus.cs

26 lines
797 B
C#

2 years ago
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JobYunDang.Model
{
public class ydw_linertrackingstatus
{
public string keyid { get; set; }
public string fkeyid { get; set; }
public string blno { get; set; }
public string statuscd { get; set; }
public string statedescription { get; set; }
public DateTime? statustime { get; set; }
public string statusplace { get; set; }
public string vslname { get; set; }
public string voy { get; set; }
public string isest { get; set; }
public string cancelid { get; set; }
public DateTime? updatetime { get; set; }
public DateTime? createtime { get; set; }
}
}