임시 커밋
This commit is contained in:
parent
ed0423ead1
commit
2e99385259
|
|
@ -8,7 +8,7 @@ namespace Server.SQL
|
||||||
public class ShopItem
|
public class ShopItem
|
||||||
{
|
{
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public long user_id { get; set; }
|
public long user_id { get; set; }
|
||||||
public long id { get; set; }
|
public long id { get; set; }
|
||||||
public long shop_item_data_id { get; set; }
|
public long shop_item_data_id { get; set; }
|
||||||
public DateTime buy_date { get; set; }
|
public DateTime buy_date { get; set; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue