mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00

生成的字符串格式多一个@符,在模板文件中无法判定当前生成的字段为string类型,因此修改代码实现修复转义字符bug [JsonProperty, Column(DbType = "NVARCHAR", IsPrimary = true, IsNullable = false)] public string syscfg_ID { get; set; } = @"";