修改字段类型

This commit is contained in:
2026-05-28 16:49:11 +08:00
parent f6530cfb32
commit d7da7b69d4
5 changed files with 22379 additions and 4 deletions
@@ -358,7 +358,7 @@ namespace IRaCIS.Core.Application.Contracts
public bool? ISStrictManualBurnFlag { get; set; }
[Comment("不严格按照影像手册参数完成刻盘原因")]
public bool? NotStrictManualBurnFlagReason { get; set; }
public string NotStrictManualBurnFlagReason { get; set; }
}