【发布时间】:2009-12-27 01:19:33
【问题描述】:
我想用脚本语法而不是旧样式的标记语法来编写以下内容。
<cfcomponent persistent="true" table="AuditType" schema="Audit" >
<cfproperty name="AuditTypeID" column="AuditTypeID" ormtype="int" fieldtype="id" />
<cfproperty name="AuditTypeName" column="AuditTypeName" ormtype="string" />
<cfproperty name="AuditTypeSort" column="AuditTypeSort" ormtype="integer" />
</cfcomponent>
【问题讨论】:
标签: orm coldfusion