This commit is contained in:
2025-07-21 13:59:04 +08:00
parent 4c5da5cedc
commit 3b226c74e6
3 changed files with 15 additions and 2 deletions

View File

@@ -1,6 +1,7 @@

using MyCode.Project.Infrastructure.JackYun;
using System;
using System.Collections.Generic;
namespace MyCode.Project.Domain.Message.Request.JackYun
{
@@ -93,6 +94,7 @@ namespace MyCode.Project.Domain.Message.Request.JackYun
/// <summary>
/// 店铺ID数组
/// </summary>
public long[] ShopIds { get; set; }
public List<string> ShopIds { get; set; }
}
}