添加项目文件。
This commit is contained in:
16
WaterCloud.Data/Attribute/IgnoreInitTableAttribute.cs
Normal file
16
WaterCloud.Data/Attribute/IgnoreInitTableAttribute.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace WaterCloud.DataBase
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public class IgnoreInitTableAttribute : Attribute
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 种子数据忽略修改
|
||||
/// </summary>
|
||||
public class IgnoreSeedDataUpdateAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user