⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oa_job.ent

📁 使用jsp,数据库使用orcale
💻 ENT
字号:
<?xml version="1.0" encoding="GB2312" standalone="no"?><EOS-Data-Mapping>    <Package name="employee" displayName="employee">        <EOSEntity name="OA_JOB" displayName="OA_JOB" type="entity" tableName="OA_JOB" schema="" inMemory="database" isSegment="false" deleteCascade="false" isVirtualView="false">            <joinEntity entityJoinCriteria="" tableSaveOrder="0"/>            <createSQL/>            <field name="JOB_ID" displayName="序号" defineType="BigDecimal" columnName="JOB_ID" isKey="true" isNullable="false" isPersistence="true" isSerialNo="false">                <!--<dataType>number</dataType>-->                <length>19</length>                <precision>3</precision>            </field>            <field name="EMPLOYEE_ID" displayName="员工编号" defineType="String" columnName="EMPLOYEE_ID" isKey="false" isNullable="false" isPersistence="true" isSerialNo="false">                <length>20</length>                <precision>0</precision>            </field>            <field name="EMPLOYEE_NAME" displayName="员工姓名" defineType="String" columnName="EMPLOYEE_NAME" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <length>20</length>                <precision>0</precision>            </field>            <field name="DEPARTMENT_ID" displayName="部门编号" defineType="String" columnName="DEPARTMENT_ID" isKey="false" isNullable="false" isPersistence="true" isSerialNo="false">                <length>20</length>                <precision>0</precision>            </field>            <field name="JOB_DATE" displayName="日期" defineType="Date" columnName="JOB_DATE" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <!--<dataType>date</dataType>-->                <length>0</length>                <precision>0</precision>                <!--<displayFormat>yyyy-MM-dd</displayFormat>-->            </field>            <field name="JOB_TOPIC" displayName="主题" defineType="String" columnName="JOB_TOPIC" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <length>50</length>                <precision>0</precision>            </field>            <field name="JOB_CONTENT" displayName="内容" defineType="String" columnName="JOB_CONTENT" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <length>500</length>                <precision>0</precision>            </field>            <field name="JOB_BACK" displayName="反馈" defineType="String" columnName="JOB_BACK" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <length>100</length>                <precision>0</precision>            </field>            <field name="JOB_STATE" displayName="状态" defineType="String" columnName="JOB_STATE" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <length>20</length>                <precision>0</precision>            </field>        </EOSEntity>    </Package>    <!--StudioDBConName:oracle-->    <!--schema:STU06--></EOS-Data-Mapping>

⌨️ 快捷键说明

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