tentative campaign map management
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c46e66595b
commit
4c345bd044
37 changed files with 1693 additions and 50 deletions
|
@ -1,3 +1,4 @@
|
|||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Sledgemapper.Api.Models
|
||||
|
@ -7,10 +8,13 @@ namespace Sledgemapper.Api.Models
|
|||
[Key]
|
||||
public int SessionId { get; set; }
|
||||
|
||||
[Required]
|
||||
public Guid CampaignId { get; set; }
|
||||
|
||||
[Required]
|
||||
public string SessionName { get; set; }
|
||||
|
||||
[Required]
|
||||
public int OwnerUserId { get; set; }
|
||||
public string OwnerUserId { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue