Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
在 `ModelBuilder.cs` 文件中,`ModelBuilder` 类继承自 `ClassBuilder` 类。 在 `baseClass` 变量的处理逻辑中,新增了一行代码 `baseClass = baseClass?.TrimStart(',');`,用于移除 `baseClass` 字符串开头的逗号。 该修改确保了在返回 `baseClass` 之前,字符串不会以逗号开头。
- Loading branch information