OracleUS7AsciiAttribute

This commit is contained in:
2881099 2024-08-06 16:08:12 +08:00
parent ba4d6a06bb
commit 6525c7000f

View File

@ -2,7 +2,7 @@
namespace FreeSql.DataAnnotations namespace FreeSql.DataAnnotations
{ {
[AttributeUsage(AttributeTargets.Class)] [AttributeUsage(AttributeTargets.Property)]
public class OracleUS7AsciiAttribute : Attribute public class OracleUS7AsciiAttribute : Attribute
{ {
public OracleUS7AsciiAttribute() { } public OracleUS7AsciiAttribute() { }