From ab8e0b2fcb25c55ed1f3b6adca7d46c0c7a11180 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 2 Feb 2023 10:11:28 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E7=A7=BB=E9=99=A4FqcInhouseMaster?= =?UTF-8?q?=E9=87=8D=E8=A4=87=E5=AE=A3=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.WebApi/Models/AMES/FqcInhouseMaster.cs | 11 ----------- AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/AMESCoreStudio.WebApi/Models/AMES/FqcInhouseMaster.cs b/AMESCoreStudio.WebApi/Models/AMES/FqcInhouseMaster.cs index 9172450e..2131fcab 100644 --- a/AMESCoreStudio.WebApi/Models/AMES/FqcInhouseMaster.cs +++ b/AMESCoreStudio.WebApi/Models/AMES/FqcInhouseMaster.cs @@ -124,17 +124,6 @@ namespace AMESCoreStudio.WebApi.Models.AMES [StringLength(4)] public string Location { get; set; } - - /// - /// 庫別 - /// - [DataMember] - [Display(Name = "庫別")] - [Column("LOCATION_NO")] - [StringLength(5)] - public string LocationNo { get; set; } - - /// /// 抽驗標準ID /// diff --git a/AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs b/AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs index c9e52ff0..f3423a3c 100644 --- a/AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs +++ b/AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs @@ -257,7 +257,7 @@ namespace AMESCoreStudio.WebApi.Models.AMES /// DMI燒入說明 /// [Column("DMI_BI_MEMO")] - [StringLength(200)] + [StringLength(300)] [DataMember] [Display(Name = "DMI燒入說明")] public string DmiBiMemo { get; set; }