eap_edittable 数据库表名:TableInfoDTO
字段名称 |
字段说明 |
字段长度 |
字段类型 |
是否唯一 |
ID |
ID |
-1 |
ID |
0 |
TableType |
TableType |
50 |
String |
0 |
ParentTable |
ParentTable |
50 |
String |
0 |
Code |
Code |
200 |
String |
0 |
Name |
Name |
50 |
String |
0 |
Title |
Title |
50 |
String |
0 |
DtoName |
表格绑定的DTO名称 |
50 |
String |
0 |
ParentFieldName |
ParentFieldName |
50 |
String |
0 |
ChildFieldName |
ChildFieldName |
50 |
String |
0 |
TabIndex |
TabIndex |
-1 |
Int |
0 |
Visible |
是否可见 |
-1 |
Bool |
0 |
AllowAdd |
是否允许新增行 |
-1 |
Bool |
0 |
AllowDelete |
是否允许删除行 |
-1 |
Bool |
0 |
ReadOnly |
ReadOnly |
-1 |
Bool |
0 |
AllowSortting |
是不允许列排序 |
-1 |
Bool |
0 |
ColumnMoveable |
列是否可以移动位置 |
-1 |
Bool |
0 |
ColumnSizeable |
列是否可以调整宽度 |
-1 |
Bool |
0 |
RowHeaderVisible |
序号列是否可见 |
-1 |
Bool |
0 |
TotalRowVisible |
合计行是否可见 |
-1 |
Bool |
0 |
StatusBarVisible |
状态条是否可见 |
-1 |
Bool |
0 |
Columns |
列对象集合 |
-1 |
DTOCollection |
0 |
ColumnGroups |
多层列标题时的一级列分组结点 |
-1 |
DTOCollection |
0 |
DynPropertyString |
存储动态属性 |
2000 |
String |
0 |