Browse Source

字段映射

qianyi
shanji 3 years ago
parent
commit
f8c07e9663
  1. 1
      BBWY.Server.Model/Db/EvaluationAssistant/GiftTemplate.cs

1
BBWY.Server.Model/Db/EvaluationAssistant/GiftTemplate.cs

@ -18,6 +18,7 @@ namespace BBWY.Server.Model.Db
[Column(StringLength = 100)] [Column(StringLength = 100)]
public string TemplateName { get; set; } public string TemplateName { get; set; }
[Column(MapType = typeof(int))]
public Enums.Platform Platform { get; set; } public Enums.Platform Platform { get; set; }
public long ShopId { get; set; } public long ShopId { get; set; }

Loading…
Cancel
Save