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

📄 oa_leave.ent

📁 使用jsp,数据库使用orcale
💻 ENT
字号:
<?xml version="1.0" encoding="GB2312" standalone="no"?><EOS-Data-Mapping>    <Package name="employee" displayName="employee">        <EOSEntity name="OA_LEAVE" displayName="OA_LEAVE" type="entity" tableName="OA_LEAVE" schema="" inMemory="database" isSegment="false" deleteCascade="false" isVirtualView="false">            <joinEntity entityJoinCriteria="" tableSaveOrder="0"/>            <createSQL/>            <field name="LEAVE_ID" displayName="序号" defineType="String" columnName="LEAVE_ID" isKey="true" isNullable="false" isPersistence="true" isSerialNo="false">                <length>20</length>                <precision>0</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="START_TIME" displayName="开始时间" defineType="TimeStamp" columnName="START_TIME" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <!--<dataType>time</dataType>-->                <length>0</length>                <precision>0</precision>                <!--<displayFormat>yyyy-MM-dd HH:mm:ss</displayFormat>-->            </field>            <field name="END_TIME" displayName="结束时间" defineType="TimeStamp" columnName="END_TIME" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <!--<dataType>time</dataType>-->                <length>0</length>                <precision>0</precision>                <!--<displayFormat>yyyy-MM-dd HH:mm:ss</displayFormat>-->            </field>            <field name="LEAVE_CAUSE" displayName="请假原因" defineType="String" columnName="LEAVE_CAUSE" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <length>100</length>                <precision>0</precision>            </field>            <field name="LEAVE_BACK" displayName="反馈信息" defineType="String" columnName="LEAVE_BACK" isKey="false" isNullable="true" isPersistence="true" isSerialNo="false">                <length>100</length>                <precision>0</precision>            </field>            <field name="LEAVE_STATE" displayName="状态" defineType="String" columnName="LEAVE_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 + -