From fb0d748e01660e0d7162d8d013af10b62fb6a6fc Mon Sep 17 00:00:00 2001 From: zhangbin <460190368@qq.com> Date: Tue, 16 Dec 2025 14:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.Repository/Domain/LasaModelLabel.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenAuth.Repository/Domain/LasaModelLabel.cs b/OpenAuth.Repository/Domain/LasaModelLabel.cs index 90e9b2a..c2a9985 100644 --- a/OpenAuth.Repository/Domain/LasaModelLabel.cs +++ b/OpenAuth.Repository/Domain/LasaModelLabel.cs @@ -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; } } }