From f8c07e9663e93e5d69f952d1e1f9888c91d5560b Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Thu, 22 Dec 2022 22:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBWY.Server.Model/Db/EvaluationAssistant/GiftTemplate.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BBWY.Server.Model/Db/EvaluationAssistant/GiftTemplate.cs b/BBWY.Server.Model/Db/EvaluationAssistant/GiftTemplate.cs index 5cee63d4..1b111725 100644 --- a/BBWY.Server.Model/Db/EvaluationAssistant/GiftTemplate.cs +++ b/BBWY.Server.Model/Db/EvaluationAssistant/GiftTemplate.cs @@ -18,6 +18,7 @@ namespace BBWY.Server.Model.Db [Column(StringLength = 100)] public string TemplateName { get; set; } + [Column(MapType = typeof(int))] public Enums.Platform Platform { get; set; } public long ShopId { get; set; }