@ -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; }
/// 抽驗標準ID
@ -257,7 +257,7 @@ namespace AMESCoreStudio.WebApi.Models.AMES
/// DMI燒入說明
[Column("DMI_BI_MEMO")]
[StringLength(200)]
[StringLength(300)]
[Display(Name = "DMI燒入說明")]
public string DmiBiMemo { get; set; }