2025-04-02 14:06:40 +08:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
|
|
namespace JiShe.CollectBus.IoTDBProvider
|
2025-04-02 17:23:52 +08:00
|
|
|
|
{
|
2025-04-02 14:06:40 +08:00
|
|
|
|
/// <summary>
|
2025-04-02 17:23:52 +08:00
|
|
|
|
/// Column分类标记特性(ATTRIBUTE字段),也就是属性字段
|
2025-04-02 14:06:40 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
2025-04-02 17:23:52 +08:00
|
|
|
|
public class ATTRIBUTEColumnAttribute : Attribute
|
2025-04-02 14:06:40 +08:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|