【优化】移除旧版自定义交易组件。

This commit is contained in:
jianweie code
2023-09-02 01:49:22 +08:00
parent 651dc6b231
commit 0a07f3e005
108 changed files with 181 additions and 14817 deletions

View File

@@ -227,12 +227,5 @@ namespace CoreCms.Net.Model.Entities
[SugarColumn(IsIgnore = true)]
public string userNickName { get; set; }
/// <summary>
/// 交易组件订单
/// </summary>
[SugarColumn(IsIgnore = true)]
public WeChatTransactionComponentOrder tcOrder { get; set; }
}
}