Commit 39037f3f authored by 吴春's avatar 吴春

Merge branch 'HK' of http://gitlab.oytour.com/Kui2/mall.oytour.com into sdzq

parents 3b26418c 133096d7
......@@ -464,7 +464,7 @@ namespace Mall.Model.Entity.Product
/// </summary>
public string SendArea { get; set; }
/// <summary>
/// 商品分类 0正常商品 1司导商品 2教育商品
/// 商品分类 0正常商品 1司导商品 2教育商品,3-线下服务产品
/// </summary>
public int GoodsClassify { get; set; }
/// <summary>
......
......@@ -156,5 +156,10 @@ namespace Mall.Model.Entity.User
get;
set;
}
/// <summary>
/// 服务项目
/// </summary>
public string ServiceProject { get; set; }
}
}
......@@ -290,6 +290,7 @@ namespace Mall.Module.User
{ nameof(RB_Stores_Extend.StartTime),extModel.StartTime},
{ nameof(RB_Stores_Extend.EndTime),extModel.EndTime},
{ nameof(RB_Stores_Extend.IsAllDay),extModel.IsAllDay},
{ nameof(RB_Stores_Extend.ServiceProject),extModel.ServiceProject},
};
flag = storesRepository.Update(fileds, new WhereHelper(nameof(RB_Stores_Extend.Id), extModel.Id));
}
......
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