From 1ced5217f2620ea505f82b301b4e22b834f7d116 Mon Sep 17 00:00:00 2001 From: Yiru Date: Thu, 11 Jan 2024 08:12:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=B7=A1=E6=AA=A2=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E5=9B=9E=E8=A6=86=E9=95=B7=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.WebApi/Models/AMES/InspectionResultDetail.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/AMESCoreStudio.WebApi/Models/AMES/InspectionResultDetail.cs b/AMESCoreStudio.WebApi/Models/AMES/InspectionResultDetail.cs index c12d8a62..5f7131e6 100644 --- a/AMESCoreStudio.WebApi/Models/AMES/InspectionResultDetail.cs +++ b/AMESCoreStudio.WebApi/Models/AMES/InspectionResultDetail.cs @@ -56,7 +56,6 @@ namespace AMESCoreStudio.WebApi.Models.AMES /// P-PASS(允收) ; F-FAIL(批退) ; NA-無 ; A初始狀態 ; /// [Column("INSPECTION_RESULT")] - [StringLength(20)] [Display(Name = "稽核結果")] [DataMember] [Required(ErrorMessage = "{0},不能空白")] @@ -119,7 +118,6 @@ namespace AMESCoreStudio.WebApi.Models.AMES /// 缺失備註 /// [Column("MISSING_REMARK")] - [StringLength(100)] [Display(Name = "缺失備註")] [DataMember] public string MissingRemark { get; set; } @@ -128,7 +126,6 @@ namespace AMESCoreStudio.WebApi.Models.AMES /// 是否需要對策 METHOD : Y-YES : N-NO /// [Column("METHOD")] - [StringLength(100)] [Display(Name = "是否需要對策")] [DataMember] public string Method { get; set; } @@ -138,7 +135,6 @@ namespace AMESCoreStudio.WebApi.Models.AMES /// 回覆原因 /// [Column("REPLY_REASON")] - [StringLength(100)] [Display(Name = "回覆原因")] [DataMember] public string ReplyReason { get; set; } @@ -147,7 +143,6 @@ namespace AMESCoreStudio.WebApi.Models.AMES /// 回覆對策 /// [Column("REPLY_METHOD")] - [StringLength(100)] [Display(Name = "回覆對策")] [DataMember] public string ReplyMethod { get; set; }