mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 18:34:55 +08:00
Synchronization code
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user