| | |
| | | /// <summary> |
| | | /// 回炉时间 |
| | | /// </summary> |
| | | public DateTime RemeltTime { set; get;} |
| | | public DateTime REMELTTIME { set; get;} |
| | | |
| | | /// <summary> |
| | | /// 托盘号 |
| | | /// </summary> |
| | | public string CntCode { set; get;} |
| | | public string CNTCODE { set; get;} |
| | | |
| | | /// <summary> |
| | | /// 操作人姓名 |
| | | /// </summary> |
| | | public string LoginName { set; get;} |
| | | public string LOGINNAME { set; get;} |
| | | |
| | | /// <summary> |
| | | /// 班次 |
| | | /// </summary> |
| | | public string Shift { set; get;} |
| | | public string SHIFT { set; get;} |
| | | |
| | | /// <summary> |
| | | /// 物料编码 |
| | | /// </summary> |
| | | public string ItemCode { set; get;} |
| | | public string ITEMCODE { set; get;} |
| | | |
| | | /// <summary> |
| | | /// 物料规格 |
| | | /// </summary> |
| | | public string Spec { set; get;} |
| | | public string SPEC { set; get;} |
| | | |
| | | /// <summary> |
| | | /// 车次 |
| | | /// </summary> |
| | | public string CarCode { set; get;} |
| | | public string CARCODE { set; get;} |
| | | |
| | | /// <summary> |
| | | /// 重量 |
| | | /// </summary> |
| | | public float Weight { set; get;} |
| | | public float WEIGHT { set; get;} |
| | | |
| | | /// <summary> |
| | | /// 回炉机台 |
| | | /// </summary> |
| | | public string StartLoc { set; get;} |
| | | public string STARTLOC { set; get;} |
| | | |
| | | /// <summary> |
| | | /// 送达时间 |
| | | /// </summary> |
| | | public DateTime EndTime { set; get;} |
| | | public DateTime ENDTIME { set; get;} |
| | | |
| | | /// <summary> |
| | | /// 任务号 |
| | | /// </summary> |
| | | public string TaskNo { set; get; } |
| | | public string TASKNO { set; get; } |
| | | } |
| | | } |