From 5b833283698f72f9513b63cdf519d6cc1cea4220 Mon Sep 17 00:00:00 2001 From: PhilPan Date: Fri, 2 Jun 2023 13:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BB=BA=E8=A1=A8=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/Tnb.Common/Dtos/DataBase/TableFieldOutput.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/Tnb.Common/Dtos/DataBase/TableFieldOutput.cs b/common/Tnb.Common/Dtos/DataBase/TableFieldOutput.cs index 07d84be4..71d4b3f9 100644 --- a/common/Tnb.Common/Dtos/DataBase/TableFieldOutput.cs +++ b/common/Tnb.Common/Dtos/DataBase/TableFieldOutput.cs @@ -38,8 +38,4 @@ public class TableFieldOutput /// public string fieldName { get; set; } - /// - /// 编号. - /// - public int index { get; set; } } \ No newline at end of file