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; }