Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
在 `EntityBuilder.cs` 文件中,`EntityBuilder` 类的基类从 `ClassBuilder` 变更为 `EntityBuilder`。在遍历 `columns` 集合并写入参数注释的代码块之后,新增了一行代码定义了一个名为 `nullable` 的变量,并将其赋值为 `EntityOption.Nullable`。修改了生成方法签名的代码行,将返回类型的类名后面添加了一个条件操作符 `?`,以根据 `nullable` 变量的值决定是否在类名后面添加 `?`。
- Loading branch information