From 3767c658e315be5279bea5c1d42b7881c1f45d97 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 25 二月 2025 10:04:17 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- 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