修复建表失败的错误

This commit is contained in:
2023-06-02 13:55:22 +08:00
parent 483fc36b3d
commit 5b83328369

View File

@@ -38,8 +38,4 @@ public class TableFieldOutput
/// </summary>
public string fieldName { get; set; }
/// <summary>
/// 编号.
/// </summary>
public int index { get; set; }
}