This commit is contained in:
2019-05-16 23:03:05 +00:00
parent 32ceefafd8
commit 95f269706b
6 changed files with 8 additions and 76 deletions

View File

@@ -13,8 +13,7 @@ namespace AyaNova.Models
public long Id { get; set; }
public uint ConcurrencyToken { get; set; }
[Required]
public long OwnerId { get; set; }
[Required]
public string Name { get; set; }
public uint Serial { get; set; }
public decimal? DollarAmount { get; set; }