😎调整文件内容表二进制字段类型定义
This commit is contained in:
parent
8f7170708c
commit
5466d28940
@ -22,6 +22,6 @@ public partial class SysFileContent : EntityBase
|
||||
/// <summary>
|
||||
/// 文件内容
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "文件内容", ColumnDataType = "blob,bytea,binary", IsNullable = false)]
|
||||
[SugarColumn(ColumnDescription = "文件内容", IsNullable = false)]
|
||||
public byte[] Content { get; set; }
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user