修改颜色
parent
bc7894b0ca
commit
fb0d748e01
|
|
@ -16,6 +16,7 @@ namespace OpenAuth.Repository.Domain
|
|||
public int EnumValue { get; set; }
|
||||
public double Reliability { get; set; }
|
||||
public string PId { get; set; }
|
||||
public string Color { get; set; }
|
||||
[SugarColumn(IsJson = true)]
|
||||
public int[] Color { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue