Update demo

This commit is contained in:
sunkaixuan 2023-01-11 19:25:42 +08:00
parent 9eaa726452
commit f08837430f

View File

@ -50,7 +50,7 @@ namespace OrmTest
} }
public class CodeFirstMaxString1 public class CodeFirstMaxString1
{ {
[SugarColumn(ColumnDataType = StaticConfig.CodeFirt_BigString)] [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString)]
public string img { get; set; } public string img { get; set; }
} }