From 8ca0a4e167bcfe8ea99efe615c1c0f1bc62255a5 Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期日, 27 四月 2025 19:30:10 +0800 Subject: [PATCH] 收货单新增行库位接口提交 --- 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