移除CustomTag表
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-07-10 10:42:51 +08:00
parent e0592989b0
commit 4d185f6f99
9 changed files with 19900 additions and 36 deletions
@@ -63,4 +63,9 @@ public class ReadingTaskQuestionMark : BaseAddAuditEntity
[MaxLength]
public string OtherMeasureData { get; set; } = string.Empty;
/// <summary>
/// 把之前历史的ReadingCustomTag 数据移动到这个表中 这个是历史数据的迁移字段
/// </summary>
public Guid? CustomTagId { get; set; }
}