mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +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