| | |
| | | public string EndLoc { get; set; }//终点 |
| | | public string Spe { get; set; }//规格 |
| | | public string staff { get; set; } = "None";//操作人 |
| | | public string shift { get; set; } = "None";//班次 |
| | | } |
| | | |
| | | public class EmptyInStackAreaInfo |
| | |
| | | public string cntID { get; set; }//容器ID |
| | | |
| | | public string staff { get; set; } = "None";//操作人 |
| | | public string shift { get; set; } = "None";//班次 |
| | | } |
| | | |
| | | public class SplitOutWarehouseInfo |
| | |
| | | { |
| | | public string old_CntId { get; set; }//旧容器ID,被拆的 |
| | | public string old_StartLoc { get; set; }//旧容器的起点 |
| | | public int old_IsOK { get; set; }//旧容器ID,旧容器的货品的0合格1不合格 |
| | | |
| | | /// <summary> |
| | | /// 0合格1待检2不合格,下线即待检,3过期,4技术合格,5混合,6一级料、7二级料 |
| | | /// </summary> |
| | | public int old_IsOK { get; set; }//旧容器ID,旧容器的货品的 |
| | | public string new_CntIds { get; set; }//拆后的新容器ID |
| | | public string new_StartLoc { get; set; }//新容器ID起点 |
| | | public int new_IsOK { get; set; }//新容器ID的货品的0合格1不合格? |
| | | |
| | | /// <summary> |
| | | /// 0合格1待检2不合格,下线即待检,3过期,4技术合格,5混合,6一级料、7二级料 |
| | | /// </summary> |
| | | public int new_IsOK { get; set; }//新容器ID的货品的 |
| | | public string staff { get; set; } = "None";//操作人 |
| | | public string shift { get; set; } = "None";//班次 |
| | | } |
| | | |
| | | public class UpCgDetailModel |
| | |
| | | { |
| | | public string startLoc { get; set; }//起点 |
| | | public string endLoc { get; set; }//终点 |
| | | public int priority { get; set; }//优先级 |
| | | public string staff { get; set; } = "None";//操作人 |
| | | public string shift { get; set; } = "None";//班次 |
| | | } |
| | | } |
| | | } |