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

📄 sysnumstat.hbm.xml

📁 反ajax原代码
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 2.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd">
<hibernate-mapping>
<class name="com.laoer.bbscs.bean.SysNumStat" table="BBSCS_SYSSTAT">
<id column="ID" length="13" name="id" type="long" unsaved-value="null">
<generator class="net.sf.hibernate.id.TableCustomGenerator">
<param name="table">BBSCS_TABLEID</param>
<param name="column">IDValue</param>
<param name="id">20</param>
<param name="increment">15</param>
</generator>
</id>
<property column="RecDate" length="20" name="recDate" not-null="true" type="string"/>
<property column="Num0" length="11" name="num0" not-null="true" type="int"/>
<property column="NumInc0" length="11" name="numInc0" not-null="true" type="int"/>
<property column="Num1" length="11" name="num1" not-null="true" type="int"/>
<property column="NumInc1" length="11" name="numInc1" not-null="true" type="int"/>
<property column="Num2" length="11" name="num2" not-null="true" type="int"/>
<property column="NumInc2" length="11" name="numInc2" not-null="true" type="int"/>
<property column="Num3" length="11" name="num3" not-null="true" type="int"/>
<property column="NumInc3" length="11" name="numInc3" not-null="true" type="int"/>
<property column="Num4" length="11" name="num4" not-null="true" type="int"/>
<property column="NumInc4" length="11" name="numInc4" not-null="true" type="int"/>
<property column="Num5" length="11" name="num5" not-null="true" type="int"/>
<property column="NumInc5" length="11" name="numInc5" not-null="true" type="int"/>
</class>
</hibernate-mapping>

⌨️ 快捷键说明

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