杨张扬
2 天以前 77b654d928c34d32462e212a4ec212f7cc48b50f
api/ApiModel.cs
@@ -431,10 +431,18 @@
        {
            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";//班次
        }
@@ -452,8 +460,14 @@
        {
            public string startLoc { get; set; }//起点
            public string endLoc { get; set; }//终点
            public int priority { get; set; } = 3;//优先级
            public string staff { get; set; } = "None";//操作人
            public string shift { get; set; } = "None";//班次
        }
        public class EmptyLineToLineInfo
        {
            public string startLoc { get; set; }//起点
        }
    }
}