mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-23 16:27:20 +08:00
2022-01-11
## 1.2.9 开源社区版: 【修复】修复全局定义微信配置引用的配置文件命名错误问题。 【修复】修复自动生成sku模式价格出现货号重复情况,#I4Q4WU ## 0.0.6 会员先行版: 【新增】新增微信自定义交易组件,实现微信视频号直播带货功能。
This commit is contained in:
@@ -474,7 +474,21 @@ namespace CoreCms.Net.Model.Entities
|
||||
|
||||
[Required(ErrorMessage = "请输入{0}")]
|
||||
public System.Int32 source { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 场景值
|
||||
/// </summary>
|
||||
[Display(Name = "场景值")]
|
||||
|
||||
[Required(ErrorMessage = "请输入{0}")]
|
||||
|
||||
|
||||
|
||||
public System.Int32 scene { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 是否评论
|
||||
/// </summary>
|
||||
|
||||
@@ -226,5 +226,13 @@ namespace CoreCms.Net.Model.Entities
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string userNickName { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 交易组件订单
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public WeChatTransactionComponentOrder tcOrder { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user