This commit is contained in:
@@ -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..
|
||||
|
||||
Reference in New Issue
Block a user