mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-30 22:10:22 +08:00
Synchronization code
This commit is contained in:
parent
38875570b7
commit
9f6165332d
@ -25,4 +25,14 @@ namespace SqlSugar
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
[AttributeUsage(AttributeTargets.Property, Inherited = true)]
|
||||
public class TimeDbSplitFieldAttribute : Attribute
|
||||
{
|
||||
public DateType? DateType { get; set; }
|
||||
public TimeDbSplitFieldAttribute(DateType type)
|
||||
{
|
||||
DateType = type;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user