This commit is contained in:
2019-05-20 21:55:51 +00:00
parent 32e9650061
commit d9f7a69da6
5 changed files with 8 additions and 36 deletions

View File

@@ -19,8 +19,8 @@ namespace AyaNova.Models
public DateTime Created { get; set; }
public uint ConcurrencyToken { get; set; }
[Required]
public long OwnerId { get; set; }
// [Required]
// public long O wnerId { get; set; }
[Required]
public string Name { get; set; }
@@ -43,7 +43,7 @@ namespace AyaNova.Models
public OpsJob(){
GId=new Guid();
Created=DateTime.UtcNow;
OwnerId=1;
// O wnerId=1;
Name="new job";
Exclusive=false;
StartAfter=Created;