oawfcar.ent

来自「eos WORKFLOW EXAMPLE」· ENT 代码 · 共 28 行

ENT
28
字号
<?xml version="1.0" encoding="GB2312" standalone="no"?><EOS-Data-Mapping>    <Package name="wfExample" displayName="wfExample">        <EOSEntity name="Oawfcar" displayName="Oawfcar" type="entity" tableName="OAWFCAR" schema="" inMemory="database" isSegment="false" deleteCascade="false" isVirtualView="false">            <description/>            <joinEntity entityJoinCriteria="" tableSaveOrder="0"/>            <createSQL/>            <field name="carvalue" displayName="carvalue" defineType="BigDecimal" columnName="CARVALUE" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <description/>                <length>9</length>                <precision>2</precision>            </field>            <field name="carid" displayName="carid" defineType="BigDecimal" columnName="CARID" isKey="true" isNullable="false" isPersistence="true" isSerialNo="false">                <description/>                <length>9</length>                <precision>0</precision>            </field>            <field name="carname" displayName="carname" defineType="String" columnName="CARNAME" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <description/>                <length>50</length>                <precision>0</precision>            </field>        </EOSEntity>    </Package>    <!--StudioDBConName:eos192-->    <!--schema:FENGBO--></EOS-Data-Mapping>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?