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