修改颜色

main
zhangbin 2025-12-16 14:08:04 +08:00
parent bc7894b0ca
commit fb0d748e01
1 changed files with 2 additions and 1 deletions

View File

@ -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; }
}
}