|
@@ -7,14 +7,12 @@ namespace WCS.Entity
|
|
|
/// <summary>
|
|
|
/// 时序数据库TDengine基础实体
|
|
|
/// </summary>
|
|
|
- public class TDengineBaseEntity : STable
|
|
|
+ public class QuestDBBaseEntity : STable
|
|
|
{
|
|
|
- [SugarColumn(IsPrimaryKey = true, InsertServerTime = true)]
|
|
|
+ [TimeDbSplitField(DateType.Day)]
|
|
|
public DateTime Frame { get; set; }
|
|
|
|
|
|
public string Code { get; set; }
|
|
|
|
|
|
- [SugarColumn(IsIgnore = true)]
|
|
|
- public string CreateSql { get; set; }
|
|
|
}
|
|
|
}
|