This commit is contained in:
2018-09-18 22:24:43 +00:00
parent 6bbacbe731
commit 7f64c7f274
4 changed files with 7 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ using Newtonsoft.Json;
namespace AyaNova.Models
{
// [JsonObject(IsReference = true)]
// [JsonObject(IsReference = true)]
public partial class Locale
{
public long Id { get; set; }
@@ -19,7 +19,8 @@ namespace AyaNova.Models
[Required]
public string Name { get; set; }
public bool? Stock { get; set; }
public bool CjkIndex { get; set; }
//Relationship
//was this but..