mirror of
https://github.com/nsnail/FreeSql.git
synced 2026-05-14 15:26:16 +08:00
ebd962b827
生成的字符串格式多一个@符,在模板文件中无法判定当前生成的字段为string类型,因此修改代码实现修复转义字符bug
[JsonProperty, Column(DbType = "NVARCHAR", IsPrimary = true, IsNullable = false)]
public string syscfg_ID { get; set; } = @"";