From e76fa17ba9762cb277a5a6be4bcab51508a91662 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 06 三月 2025 15:14:40 +0800 Subject: [PATCH] 更新U9实体 --- Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs index a34a14e..c202671 100644 --- a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs +++ b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs @@ -19,13 +19,18 @@ /// 实体:mes_WhLotCodeQtyInfo /// </summary> public mes_WhLotCodeQtyInfo() {} - #endregion + #endregion - #region 公共属性 - /// <summary> - /// - /// </summary> - public string ItemCode { get; set; } + #region 公共属性 + /// <summary> + /// + /// </summary> + [SugarColumn(IsPrimaryKey = true)] + public string ID { get; set; } + /// <summary> + /// + /// </summary> + public string ItemCode { get; set; } /// <summary> /// /// </summary> -- Gitblit v1.9.3