Commit 629b3809 by 高晓磊

摄像头添加所属流域id

parent 4389a68c
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<dependency>com.beecode.inz.common.datamodel.BaseInfo</dependency> <dependency>com.beecode.inz.common.datamodel.BaseInfo</dependency>
<dependency>com.xyst.dinas.biz.datamodel.xystOrganization</dependency> <dependency>com.xyst.dinas.biz.datamodel.xystOrganization</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.camera.dict.datamodel.CameraAccount</dependency> <dependency>com.xyst.dinas.camera.dict.datamodel.CameraAccount</dependency>
<dependency>com.beecode.bap.biztrait.datamodel.BasicBillRequirement</dependency> <dependency>com.beecode.bap.biztrait.datamodel.BasicBillRequirement</dependency>
<content> <content>
...@@ -138,7 +139,7 @@ ...@@ -138,7 +139,7 @@
<m:id>79474200-7fb2-4e1d-8d36-677bd744c8fb</m:id> <m:id>79474200-7fb2-4e1d-8d36-677bd744c8fb</m:id>
<m:name>watershedId</m:name> <m:name>watershedId</m:name>
<m:title>所属流域id</m:title> <m:title>所属流域id</m:title>
<m:type>uuid</m:type> <m:type>com.xyst.dinas.biz.datamodel.SandMiningArea</m:type>
<m:description></m:description> <m:description></m:description>
<m:default></m:default> <m:default></m:default>
</m:attribute> </m:attribute>
......
...@@ -102,17 +102,16 @@ ...@@ -102,17 +102,16 @@
</column> </column>
</property> </property>
<property name="watershedId" type="uuid-binary" not-null="false">
<column name="watershed_id" length="16">
<comment>流域id</comment>
</column>
</property>
<many-to-one name="regionalStation" entity-name="com.xyst.dinas.biz.datamodel.Station" fetch="select"> <many-to-one name="regionalStation" entity-name="com.xyst.dinas.biz.datamodel.Station" fetch="select">
<column name="regional_station" not-null="false" > <column name="regional_station" not-null="false" >
<comment>所属场站</comment> <comment>所属场站</comment>
</column> </column>
</many-to-one> </many-to-one>
<many-to-one name="watershedId" entity-name="com.xyst.dinas.biz.datamodel.SandMiningArea" fetch="select">
<column name="watershed_id" not-null="false" >
<comment>所属场站</comment>
</column>
</many-to-one>
<many-to-one name="cameraAccount" entity-name="com.xyst.dinas.camera.dict.datamodel.CameraAccount" fetch="select"> <many-to-one name="cameraAccount" entity-name="com.xyst.dinas.camera.dict.datamodel.CameraAccount" fetch="select">
<column name="camera_account" > <column name="camera_account" >
<comment>摄像头账号</comment> <comment>摄像头账号</comment>
......
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