图文视频默认开启

This commit is contained in:
jianzhichu
2025-12-08 10:59:21 +08:00
parent 7b5d535f6b
commit 26380b9b4d
5 changed files with 30 additions and 69 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ namespace dy.net.model
// 普通字符串字段,显式标记为 SQLite TEXT 类型
[SugarColumn(ColumnDataType = "TEXT", Length = -1)]
[SugarColumn(ColumnDataType = "TEXT", Length = -1,IsNullable =true)]
public string DynamicVideos { get; set; }
}
}