- 调整 命名空间 FreeSql.Provider.ClickHouse.Attributes -> FreeSql.DataAnnotations;#1815

This commit is contained in:
2881099
2024-05-30 17:22:01 +08:00
parent 2754fe2393
commit 6bf4c21af0
3 changed files with 5 additions and 7 deletions

View File

@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace FreeSql.Provider.ClickHouse.Attributes
namespace FreeSql.DataAnnotations
{
[AttributeUsage(AttributeTargets.Property)]
public class ClickHousePartitionAttribute : Attribute