Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/Util/DatabaseSaveIgnoreAttribute.cs

10 lines
175 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
using System;
namespace Aitex.Core.Util
{
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class DatabaseSaveIgnoreAttribute : Attribute
{
}
}