更新 Admin.NET/Admin.NET.Core/Entity/SysWechatPay.cs
This commit is contained in:
parent
8ae2abaabd
commit
2180363d09
@ -11,8 +11,15 @@ namespace Admin.NET.Core;
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[SugarTable(null, "系统微信支付表")]
|
[SugarTable(null, "系统微信支付表")]
|
||||||
[SysTable]
|
[SysTable]
|
||||||
|
[SugarIndex("sys_wechat_pay_order_id", nameof(OrderId), OrderByType.Desc)]
|
||||||
public partial class SysWechatPay : EntityBase
|
public partial class SysWechatPay : EntityBase
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 关联的商户订单状态(或者为第几次支付,有些订单涉及多次支付,比如先付预付款,后补尾款)
|
||||||
|
/// </summary>
|
||||||
|
[SugarColumn(ColumnDescription = "OrderStatus")]
|
||||||
|
public virtual int OrderStatus { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 微信商户号
|
/// 微信商户号
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user