From e163a27328c805ffec7c894259430f76f0881d00 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 03 四月 2025 23:12:23 +0800 Subject: [PATCH] 更新收货单提交按行提交已完成清点的行,上架增加IQC审核的判断 --- Tiger.Model.Net/Entitys/MES/YadaU9/mes_TransInLine.cs | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_TransInLine.cs b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_TransInLine.cs index be60208..034e01a 100644 --- a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_TransInLine.cs +++ b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_TransInLine.cs @@ -23,83 +23,83 @@ #region 公共属性 /// <summary> - /// + /// 行ID /// </summary> public long TransferInLineId { get; set; } /// <summary> - /// + /// 单头ID /// </summary> public long TransferInId { get; set; } /// <summary> - /// + /// 行号 /// </summary> public int DocLineNo { get; set; } /// <summary> - /// + /// 料号 /// </summary> public string ItemCode { get; set; } /// <summary> - /// + /// 品名 /// </summary> public string ItemName { get; set; } /// <summary> - /// + /// 调出数量 /// </summary> public double StoreUOMQty { get; set; } /// <summary> - /// + /// 调出单位 /// </summary> public string StoreUOM { get; set; } /// <summary> - /// + /// 成本数量 /// </summary> public double CostUOMQty { get; set; } /// <summary> - /// + /// 成本单位 /// </summary> public string CostUOM { get; set; } /// <summary> - /// + /// 调入仓库 /// </summary> public string TransInWhCode { get; set; } /// <summary> - /// + /// 调入仓库名称 /// </summary> public string TransInWhName { get; set; } /// <summary> - /// + /// 调出仓库 /// </summary> public string TransOutWhCode { get; set; } /// <summary> - /// + /// 调出仓库名称 /// </summary> public string TransOutWhName { get; set; } /// <summary> - /// + /// 调入库位 /// </summary> public string TransInBin { get; set; } /// <summary> - /// + /// 调出库位 /// </summary> public string TransOutBin { get; set; } /// <summary> - /// + /// 批次号 /// </summary> public string LotCode { get; set; } /// <summary> - /// + /// 创建人 /// </summary> public string CreatedBy { get; set; } /// <summary> - /// + /// 创建时间 /// </summary> public DateTime CreatedOn { get; set; } = DateTime.MinValue; /// <summary> - /// + /// 更新人 /// </summary> public string ModifiedBy { get; set; } /// <summary> - /// + /// 更新时间 /// </summary> public DateTime ModifiedOn { get; set; } = DateTime.MinValue; #endregion -- Gitblit v1.9.3