😎调整索引过长问题
This commit is contained in:
parent
a9315d7404
commit
c8c9488c4f
@ -11,7 +11,7 @@ namespace Admin.NET.Core;
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[SugarTable(null, "系统微信支付表")]
|
[SugarTable(null, "系统微信支付表")]
|
||||||
[SysTable]
|
[SysTable]
|
||||||
[SugarIndex("sys_wechat_pay_order_id", nameof(OrderId), OrderByType.Desc)]
|
[SugarIndex("index_{table}_O", nameof(OrderId), OrderByType.Desc)]
|
||||||
public partial class SysWechatPay : EntityBase
|
public partial class SysWechatPay : EntityBase
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@ -11,7 +11,7 @@ namespace Admin.NET.Core;
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[SugarTable(null, "系统微信退款表")]
|
[SugarTable(null, "系统微信退款表")]
|
||||||
[SysTable]
|
[SysTable]
|
||||||
[SugarIndex("sys_wechat_refund_order_id", nameof(OrderId), OrderByType.Desc)]
|
[SugarIndex("index_{table}_O", nameof(OrderId), OrderByType.Desc)]
|
||||||
public class SysWechatRefund : EntityBase
|
public class SysWechatRefund : EntityBase
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user