Browse Source

1

pjzs_starttask_update
shanji 2 years ago
parent
commit
dfaade728f
  1. 2
      BBWY.Client/Models/PurchaseOrder/CargoParam.cs

2
BBWY.Client/Models/PurchaseOrder/CargoParam.cs

@ -12,6 +12,6 @@ namespace BBWY.Client.Models
public int Quantity { get; set; } public int Quantity { get; set; }
public string BelongSkuId { get; set; } public string BelongSkuId { get; set; }
public long? SchemeId { get; set; } public long SchemeId { get; set; }
} }
} }

Loading…
Cancel
Save