t_tablename    当前字段的表名 
t_tabledesc    表的描述说明      
t_fieldindex  当前字段在表中的顺序
t_fieldname    字段名称
t_identity  = 是否为标识字段 如 mssql 自动生成的 1 2  3  4 
t_tablekey     是否为主键
t_fieldtype     字段数据类型,
t_fieldbitcount  字段的字节长度  汉字算两个
t_fieldlenght    字段的字符长度   汉字算一个
t_fieldscale  = 保留位数   没怎么用
t_fieldcannull  是否可以为空
t_fielddefaultvalue   默认值
t_fielddesc  = 字段描述,一般用于生成表单标签和Mode 属性注释
t_fieldiscomputed   是否为自动计算