@ -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; }
/// <summary>
@ -32,7 +32,7 @@ namespace AMESCoreStudio.WebApi.Models.AMES