You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
606 B
21 lines
606 B
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; }
|
|
}
|
|
}
|