😎代码优化
This commit is contained in:
parent
89997113e7
commit
f9f8364f35
@ -17,13 +17,13 @@ public partial class SysWechatPay : EntityBase
|
||||
/// <summary>
|
||||
/// 关联的商户订单号
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "OrderId")]
|
||||
[SugarColumn(ColumnDescription = "关联的商户订单号")]
|
||||
public virtual string? OrderId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 关联的商户订单状态(或者为第几次支付,有些订单涉及多次支付,比如先付预付款,后补尾款)
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "OrderStatus")]
|
||||
[SugarColumn(ColumnDescription = "关联的商户订单状态")]
|
||||
public virtual string? OrderStatus { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user