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