Commit 60db49a6 by 泽锋 李

fix

parent f5c2f1ff
...@@ -46,9 +46,12 @@ namespace AutoTurnOver.Models ...@@ -46,9 +46,12 @@ namespace AutoTurnOver.Models
public int sendtype { get; set; } public int sendtype { get; set; }
public List<detailed_dto> detailed { get; set; } public List<dc_auto_first_order_sku_input_dto_detailed_dto> detailed { get; set; }
public class detailed_dto
}
public class dc_auto_first_order_sku_input_dto_detailed_dto
{ {
public string bailun_sku { get; set; } public string bailun_sku { get; set; }
...@@ -72,7 +75,6 @@ namespace AutoTurnOver.Models ...@@ -72,7 +75,6 @@ namespace AutoTurnOver.Models
/// </summary> /// </summary>
public string brand { get; set; } public string brand { get; set; }
} }
}
/// <summary> /// <summary>
/// 自动下单明细 /// 自动下单明细
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment