public class ColumnDesc extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ColumnDesc.ExportTo |
| 限定符和类型 | 字段和说明 |
|---|---|
ArrayList<ColumnDesc.ExportTo> |
exportKey |
String |
name |
String |
pk_column |
String |
pk_table |
String |
remark |
String |
tb |
int |
type |
String |
typeName |
| 构造器和说明 |
|---|
ColumnDesc() |
ColumnDesc(String name,
int type,
String remark) |
ColumnDesc(String name2,
int columnType,
String columnLabel,
String tb) |
Copyright © 2023. All rights reserved.