Commit 81688181 by 高晓磊

摄像头账号可为null

parent a782737e
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
</column> </column>
</many-to-one> </many-to-one>
<many-to-one name="cameraAccount" entity-name="com.xyst.dinas.biz.dict.datamodel.CameraAccount" fetch="select"> <many-to-one name="cameraAccount" entity-name="com.xyst.dinas.biz.dict.datamodel.CameraAccount" fetch="select">
<column name="camera_account" not-null="true" > <column name="camera_account" >
<comment>摄像头账号</comment> <comment>摄像头账号</comment>
</column> </column>
</many-to-one> </many-to-one>
......
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