@ -50,7 +50,7 @@ namespace BBWY.Server.Model.Db
/// <summary>
/// 采购单号
/// </summary>
[Column(StringLength = 50, IsNullable = false)]
[Column(StringLength = 200, IsNullable = false)]
public string PurchaseOrderId { get; set; }