From e865bdb58c0b26f1b6a40e07a12375a3261855c6 Mon Sep 17 00:00:00 2001 From: Sai Date: Wed, 20 Mar 2024 17:01:43 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=9C=A8=E7=A7=BB=E9=99=A4=E9=95=B7?= =?UTF-8?q?=E5=BA=A6=E5=88=A4=E6=96=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs b/AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs index 58ddddd8..74795a1e 100644 --- a/AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs +++ b/AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs @@ -256,7 +256,6 @@ namespace AMESCoreStudio.WebApi.Models.AMES /// DMI燒入說明 /// [Column("DMI_BI_MEMO")] - [StringLength(300)] [DataMember] [Display(Name = "DMI燒入說明")] public string DmiBiMemo { get; set; } @@ -265,7 +264,6 @@ namespace AMESCoreStudio.WebApi.Models.AMES /// 備註 /// [Column("MEMO")] - [StringLength(300)] [DataMember] [Display(Name = "備註")] public string Memo { get; set; }