Commit d357b5fc by 高晓磊

安全日志修改区域为场站

parent e1251754
...@@ -24,6 +24,16 @@ ...@@ -24,6 +24,16 @@
name='mappingType' value='many-to-one'> name='mappingType' value='many-to-one'>
</annotation> </annotation>
</attribute> </attribute>
<attribute id='55d6b108-a847-47fe-8342-c8f2104fe512' name='station' columnName='station_id'
title='所属场站' type='com.xyst.dinas.biz.datamodel.Station' default='' precision=''
isArray='false'>
<annotation id='d73d9dbd-f330-4723-835c-1d12d932bc34' attributeId='1f63101d-953e-4014-83e0-b171bd519524'
name='length' value='undefined'>
</annotation>
<annotation id='045cfeb7-b77f-4620-996c-04662a180ca8' attributeId='0e6063b6-b838-4ac6-b2fd-e9110643fea9'
name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='e8c32a2f-a280-452c-9f39-853cd8f8443d' name='checkDate' columnName='check_date' <attribute id='e8c32a2f-a280-452c-9f39-853cd8f8443d' name='checkDate' columnName='check_date'
title='检查日期' type='datetime' default='' precision='' isArray='false'> title='检查日期' type='datetime' default='' precision='' isArray='false'>
......
...@@ -45,6 +45,26 @@ ...@@ -45,6 +45,26 @@
</ref> </ref>
<desc></desc> <desc></desc>
</field> </field>
<field>
<name>station.id</name>
<title>场站(检查区域)</title>
<type>uuid</type>
<ref>
<name>com.xyst.dinas.biz.datamodel.Station</name>
<type></type>
</ref>
<desc></desc>
</field>
<field>
<name>station.stationName</name>
<title>场站(检查区域)</title>
<type>string</type>
<ref>
<name>com.xyst.dinas.biz.datamodel.Station</name>
<type></type>
</ref>
<desc></desc>
</field>
<field title='id'> <field title='id'>
<name>id</name> <name>id</name>
<type>uuid</type> <type>uuid</type>
......
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