mirror of
https://github.com/BillyCool/MariesWonderland.git
synced 2026-03-29 11:12:27 +02:00
Solution cleanup. Implement stubs for all remaining services. Add API models. Move configuration to appsettings.
This commit is contained in:
14
src/Models/Entities/EntityIUserPremiumItem.cs
Normal file
14
src/Models/Entities/EntityIUserPremiumItem.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using MariesWonderland.Models.Type;
|
||||
|
||||
namespace MariesWonderland.Models.Entities;
|
||||
|
||||
public class EntityIUserPremiumItem
|
||||
{
|
||||
public long UserId { get; set; }
|
||||
|
||||
public int PremiumItemId { get; set; }
|
||||
|
||||
public long AcquisitionDatetime { get; set; }
|
||||
|
||||
public long LatestVersion { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user