liangxianyou
liangxianyou
2014-10-29T12:08:00Z
2018-10-01T14:38:53Z
4320
1
0
0
0
0
0
2052-10.1.0.7469
数据库表列表:
序号
表名称
备注
#for(x : tables)
#(for.count)
#(x.name)
#(x.comment)
#end
#for(x: tables)
#(x.comment) #(x.name)
序号
字段
数据类型及长度
非空
中文名称
#set(columns = x.columns)
#for(column : columns)
#(for.count)
#(column.name)
#(column.type)
#if(column.notNull)是 #else否 #end
#(column.comment)
#end
#end