Commit 7ba75d7f by 高晓磊

采砂许可子表字段修改

parent 7b11f93d
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</m:annotation> </m:annotation>
</m:annotations> </m:annotations>
<m:id>23fc82e2-e7b6-49fc-96cc-bb947ba2cc99</m:id> <m:id>23fc82e2-e7b6-49fc-96cc-bb947ba2cc99</m:id>
<m:name>sandMining</m:name> <m:name>master</m:name>
<m:title>采砂许可证</m:title> <m:title>采砂许可证</m:title>
<m:type>com.xyst.dinas.production.datamodel.SandMining</m:type> <m:type>com.xyst.dinas.production.datamodel.SandMining</m:type>
<m:description></m:description> <m:description></m:description>
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<dependency>com.beecode.bap.biztrait.datamodel.BasicBillRequirement</dependency> <dependency>com.beecode.bap.biztrait.datamodel.BasicBillRequirement</dependency>
<dependency>com.xyst.dinas.biz.datamodel.Station</dependency> <dependency>com.xyst.dinas.biz.datamodel.Station</dependency>
<dependency>com.xyst.dinas.biz.datamodel.SandMiningArea</dependency> <dependency>com.xyst.dinas.biz.datamodel.SandMiningArea</dependency>
<dependency>com.xyst.dinas.production.datamodel.SandMining$SandMiningStationDetail</dependency>
<content> <content>
<m:class> <m:class>
<m:parents> <m:parents>
...@@ -148,8 +149,8 @@ ...@@ -148,8 +149,8 @@
</m:annotations> </m:annotations>
<m:id>923fc243-b92b-45d5-8876-a8cad89b5ac5</m:id> <m:id>923fc243-b92b-45d5-8876-a8cad89b5ac5</m:id>
<m:name>stationDetails</m:name> <m:name>stationDetails</m:name>
<m:title>包含场站</m:title> <m:title>包含场站子表</m:title>
<m:type>com.xyst.dinas.biz.datamodel.Station[]</m:type> <m:type>com.xyst.dinas.production.datamodel.SandMining$SandMiningStationDetail[]</m:type>
<m:description></m:description> <m:description></m:description>
<m:default></m:default> <m:default></m:default>
</m:attribute> </m:attribute>
......
...@@ -107,8 +107,8 @@ ...@@ -107,8 +107,8 @@
</property> </property>
<bag name="stationDetails" lazy="true" fetch="select" inverse="true"> <bag name="stationDetails" lazy="true" fetch="select" inverse="true">
<key column="sand_mining_id" not-null="true" /> <key column="master_id" not-null="true" />
<one-to-many entity-name="com.xyst.dinas.project.datamodel.SandMining$SandMiningStationDetail" /> <one-to-many entity-name="com.xyst.dinas.production.datamodel.SandMining$SandMiningStationDetail" />
</bag> </bag>
<property name="sandMiningRange" type="nstring" not-null="false"> <property name="sandMiningRange" type="nstring" not-null="false">
<column name="sand_mining_range" length="3000" > <column name="sand_mining_range" length="3000" >
...@@ -142,13 +142,13 @@ ...@@ -142,13 +142,13 @@
</property> </property>
</class> </class>
<class entity-name="com.xyst.dinas.project.datamodel.SandMining$SandMiningStationDetail" table="xyst_dinas_production_sand_mining_station_detail"> <class entity-name="com.xyst.dinas.production.datamodel.SandMining$SandMiningStationDetail" table="xyst_dinas_production_sand_mining_station_detail">
<tuplizer entity-mode="dynamic-map" class="com.beecode.bcp.store.hibernate.KObjectEntityTuplizer"/> <tuplizer entity-mode="dynamic-map" class="com.beecode.bcp.store.hibernate.KObjectEntityTuplizer"/>
<id name="id" type="uuid-binary" column="id" length="16"> <id name="id" type="uuid-binary" column="id" length="16">
<generator class="assigned" /> <generator class="assigned" />
</id> </id>
<many-to-one name="sandMining" entity-name="com.xyst.dinas.production.datamodel.SandMining" fetch="select"> <many-to-one name="master" entity-name="com.xyst.dinas.production.datamodel.SandMining" fetch="select">
<column name="sand_mining_id" not-null="true"/> <column name="master_id" not-null="true"/>
</many-to-one> </many-to-one>
<many-to-one name="station" entity-name="com.xyst.dinas.biz.datamodel.Station" fetch="select"> <many-to-one name="station" entity-name="com.xyst.dinas.biz.datamodel.Station" fetch="select">
<column name="station_id" not-null="true"/> <column name="station_id" not-null="true"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment