Browse Source

1. 移除FqcInhouseMaster重複宣告

PTD
Ray 2 years ago
parent
commit
ab8e0b2fcb
  1. 11
      AMESCoreStudio.WebApi/Models/AMES/FqcInhouseMaster.cs
  2. 2
      AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs

11
AMESCoreStudio.WebApi/Models/AMES/FqcInhouseMaster.cs

@ -124,17 +124,6 @@ namespace AMESCoreStudio.WebApi.Models.AMES
[StringLength(4)]
public string Location { get; set; }
/// <summary>
/// 庫別
/// </summary>
[DataMember]
[Display(Name = "庫別")]
[Column("LOCATION_NO")]
[StringLength(5)]
public string LocationNo { get; set; }
/// <summary>
/// 抽驗標準ID
/// </summary>

2
AMESCoreStudio.WebApi/Models/AMES/WipSystem.cs

@ -257,7 +257,7 @@ namespace AMESCoreStudio.WebApi.Models.AMES
/// DMI燒入說明
/// </summary>
[Column("DMI_BI_MEMO")]
[StringLength(200)]
[StringLength(300)]
[DataMember]
[Display(Name = "DMI燒入說明")]
public string DmiBiMemo { get; set; }

Loading…
Cancel
Save