using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Frame.Data.Entity { public class ICSEQPSTP4RW { public string ROUTECODE { get; set; } public int OPSEQ { get; set; } public string OPCODE { get; set; } public string routeMgr { get; set; } public string EQPCODE { get; set; } public decimal RTIME { get; set; } public decimal STIME { get; set; } public decimal JYTIME { get; set; } public decimal ZJTIME { get; set; } public decimal WTIME { get; set; } } }