| | |
| | | /// </summary> |
| | | [DisplayName("UPPH")] |
| | | public double UPPH { get; set; } |
| | | /// <summary> |
| | | /// 最后的工单历史ID |
| | | /// </summary> |
| | | [DisplayName("最后的工单历史ID")] |
| | | public string LAST_HIST_ID { get; set; } |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |
| | | [DisplayName("备注")] |
| | | /// <summary> |
| | | /// 销售订单 |
| | | /// </summary> |
| | | [DisplayName("销售订单")] |
| | | public string SALES_ORDER { get; set; } |
| | | /// <summary> |
| | | /// 最后的工单历史ID |
| | | /// </summary> |
| | | [DisplayName("最后的工单历史ID")] |
| | | public string LAST_HIST_ID { get; set; } |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |
| | | [DisplayName("备注")] |
| | | public string REMARK { get; set; } |
| | | /// <summary> |
| | | /// 接口表记录ID |
| | |
| | | /// </summary> |
| | | [DisplayName("备料单返回信息")] |
| | | public string PREP_MSG { get; set; } |
| | | /// <summary> |
| | | /// 来源单号 |
| | | /// </summary> |
| | | [DisplayName("来源单号")] |
| | | public string SOURCE_ORDER { get; set; } |
| | | #endregion |
| | | |
| | | #region 虚拟属性 |