Files
Kg.SeaTime/Service/Application.Web/Model/RequestParms/Store/StoreBuyParms.cs
2026-05-27 18:26:50 +08:00

9 lines
172 B
C#

namespace Application.Web;
public class StoreBuyParms
{
public int npcId { get; set; }
public string storeId { get; set; }
public int count { get; set; }
}