This commit is contained in:
90
WebRoot/WEB-INF/classes/com/jsh/junitest/AmsTAsset.hbm.xml
Normal file
90
WebRoot/WEB-INF/classes/com/jsh/junitest/AmsTAsset.hbm.xml
Normal file
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
|
||||
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
|
||||
<!--
|
||||
Mapping file autogenerated by MyEclipse Persistence Tools
|
||||
-->
|
||||
<hibernate-mapping>
|
||||
<class name="com.jsh.junitest.AmsTAsset" table="ams_t_asset" catalog="ams">
|
||||
<id name="id" type="java.lang.Long">
|
||||
<column name="id" />
|
||||
<generator class="native" />
|
||||
</id>
|
||||
<many-to-one name="amsTAssetname" class="com.jsh.junitest.AmsTAssetname" fetch="select">
|
||||
<column name="assetnameID" not-null="true" />
|
||||
</many-to-one>
|
||||
<many-to-one name="amsTBasicuserByUpdator" class="com.jsh.junitest.AmsTBasicuser" fetch="select">
|
||||
<column name="updator" />
|
||||
</many-to-one>
|
||||
<many-to-one name="amsTBasicuserByCreator" class="com.jsh.junitest.AmsTBasicuser" fetch="select">
|
||||
<column name="creator" />
|
||||
</many-to-one>
|
||||
<many-to-one name="amsTSupplier" class="com.jsh.junitest.AmsTSupplier" fetch="select">
|
||||
<column name="supplier" />
|
||||
</many-to-one>
|
||||
<many-to-one name="amsTBasicuserByUserId" class="com.jsh.junitest.AmsTBasicuser" fetch="select">
|
||||
<column name="userID" />
|
||||
</many-to-one>
|
||||
<property name="location" type="java.lang.String">
|
||||
<column name="location">
|
||||
<comment>位置</comment>
|
||||
</column>
|
||||
</property>
|
||||
<property name="labels" type="java.lang.String">
|
||||
<column name="labels">
|
||||
<comment>标签:以空格为分隔符</comment>
|
||||
</column>
|
||||
</property>
|
||||
<property name="status" type="java.lang.Short">
|
||||
<column name="status">
|
||||
<comment>资产的状态:0==在库,1==在用,2==消费</comment>
|
||||
</column>
|
||||
</property>
|
||||
<property name="price" type="java.lang.Long">
|
||||
<column name="price" precision="10" scale="0">
|
||||
<comment>购买价格</comment>
|
||||
</column>
|
||||
</property>
|
||||
<property name="purchasedate" type="java.sql.Timestamp">
|
||||
<column name="purchasedate" length="19">
|
||||
<comment>购买日期</comment>
|
||||
</column>
|
||||
</property>
|
||||
<property name="periodofvalidity" type="java.sql.Timestamp">
|
||||
<column name="periodofvalidity" length="19">
|
||||
<comment>有效日期</comment>
|
||||
</column>
|
||||
</property>
|
||||
<property name="warrantydate" type="java.sql.Timestamp">
|
||||
<column name="warrantydate" length="19">
|
||||
<comment>保修日期</comment>
|
||||
</column>
|
||||
</property>
|
||||
<property name="assetnum" type="java.lang.String">
|
||||
<column name="assetnum">
|
||||
<comment>资产编号</comment>
|
||||
</column>
|
||||
</property>
|
||||
<property name="serialnum" type="java.lang.String">
|
||||
<column name="serialnum">
|
||||
<comment>资产序列号</comment>
|
||||
</column>
|
||||
</property>
|
||||
<property name="description" type="java.lang.String">
|
||||
<column name="description">
|
||||
<comment>描述信息</comment>
|
||||
</column>
|
||||
</property>
|
||||
<property name="addMonth" type="java.lang.String">
|
||||
<column name="addMonth" length="30">
|
||||
<comment>资产添加时间,统计报表使用</comment>
|
||||
</column>
|
||||
</property>
|
||||
<property name="createtime" type="java.sql.Timestamp">
|
||||
<column name="createtime" length="19" />
|
||||
</property>
|
||||
<property name="updatetime" type="java.sql.Timestamp">
|
||||
<column name="updatetime" length="19" />
|
||||
</property>
|
||||
</class>
|
||||
</hibernate-mapping>
|
||||
Binary file not shown.
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/common/ForTest.class
Normal file
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/common/ForTest.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/common/SumTest.class
Normal file
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/common/SumTest.class
Normal file
Binary file not shown.
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/common/whileTest.class
Normal file
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/common/whileTest.class
Normal file
Binary file not shown.
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/json/CableStream.class
Normal file
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/json/CableStream.class
Normal file
Binary file not shown.
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/json/Channel.class
Normal file
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/json/Channel.class
Normal file
Binary file not shown.
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/json/ChannelUtil.class
Normal file
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/json/ChannelUtil.class
Normal file
Binary file not shown.
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/json/IPStream.class
Normal file
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/json/IPStream.class
Normal file
Binary file not shown.
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/json/JsonTest.class
Normal file
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/json/JsonTest.class
Normal file
Binary file not shown.
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/spring/SpringTest.class
Normal file
BIN
WebRoot/WEB-INF/classes/com/jsh/junitest/spring/SpringTest.class
Normal file
Binary file not shown.
Reference in New Issue
Block a user