9 lines
172 B
C#
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; }
|
|
|
|
} |