Commit 36599590 by 泽锋 李

fix

parent 78f3b6fd
using System;
using System.Collections.Generic;
using System.Text;
namespace AutoTurnOver.Models
{
/// <summary>
/// 头程物流规则
/// </summary>
public class dc_auto_transfer_logistics_rule
{
public int id { get; set; }
public int area_id { get; set; }
public string product_type { get; set; }
public DateTime create_date { get; set; }
public string create_user_name { get; set; }
public int is_delete { get; set; }
public DateTime? delete_date { get; set; }
}
}
......@@ -201,6 +201,7 @@ namespace AutoTurnOver.Services
}
/// <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