配置关闭刮削开关

This commit is contained in:
jianzhichu
2026-03-14 19:29:58 +08:00
parent dbf98c781d
commit 21e1aca7b5
5 changed files with 25 additions and 8 deletions
+6 -1
View File
@@ -114,7 +114,12 @@ namespace dy.net.model.entity
/// 264 265 0-默认0=264
/// </summary>
[SugarColumn(IsNullable = true)]
public int? VideoEncoder { get; set; }
public int? VideoEncoder { get; set; }
/// <summary>
/// 是否不启用刮削
/// </summary>
[SugarColumn(IsNullable = true)]
public bool CloseNfo { get; set; }
}
}