update 种子文件转为XML格式
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace Ewide.Core
|
||||
{
|
||||
@@ -50,6 +51,7 @@ namespace Ewide.Core
|
||||
/// <summary>
|
||||
/// 所属类型
|
||||
/// </summary>
|
||||
[XmlIgnore]
|
||||
public SysDictType SysDictType { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user