From 9210261356ee565ab9e7c29f168af6247ba8cbe7 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 17 May 2022 23:34:17 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E6=AD=A3Model=20=E9=95=B7?= =?UTF-8?q?=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/FqcInhouseMaster.cs | 2 +- AMESCoreStudio.WebApi/Models/AMES/FqcResultMaster.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AMESCoreStudio.WebApi/Models/AMES/FqcInhouseMaster.cs b/AMESCoreStudio.WebApi/Models/AMES/FqcInhouseMaster.cs index 91c7c740..c7e003f1 100644 --- a/AMESCoreStudio.WebApi/Models/AMES/FqcInhouseMaster.cs +++ b/AMESCoreStudio.WebApi/Models/AMES/FqcInhouseMaster.cs @@ -28,7 +28,7 @@ namespace AMESCoreStudio.WebApi.Models.AMES [Display(Name = "入庫單號碼")] [Required(ErrorMessage = "{0},不能空白")] [Column("INHOUSE_NO")] - [StringLength(13)] + [StringLength(15)] public string InhouseNo { get; set; } /// diff --git a/AMESCoreStudio.WebApi/Models/AMES/FqcResultMaster.cs b/AMESCoreStudio.WebApi/Models/AMES/FqcResultMaster.cs index 38ffe0c0..61d09798 100644 --- a/AMESCoreStudio.WebApi/Models/AMES/FqcResultMaster.cs +++ b/AMESCoreStudio.WebApi/Models/AMES/FqcResultMaster.cs @@ -32,7 +32,7 @@ namespace AMESCoreStudio.WebApi.Models.AMES [Display(Name = "入庫單號碼")] [Required(ErrorMessage = "{0},不能空白")] [Column("INHOUSE_NO")] - [StringLength(13)] + [StringLength(15)] public string InhouseNo { get; set; } ///