Commit 0eca20e4 by 高晓磊

散户登记中添加场站类型的修改人

parent 247cebc8
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<m:name>retailInfoName</m:name> <m:name>retailInfoName</m:name>
<m:title>散户姓名</m:title> <m:title>散户姓名</m:title>
<m:type>string</m:type> <m:type>string</m:type>
<m:description>场站名称</m:description> <m:description>散户姓名</m:description>
<m:default/> <m:default/>
</m:attribute> </m:attribute>
<m:attribute> <m:attribute>
...@@ -78,6 +78,15 @@ ...@@ -78,6 +78,15 @@
</m:attribute> </m:attribute>
<m:attribute> <m:attribute>
<m:annotations/> <m:annotations/>
<m:id>0ba855ea-5d5a-4231-9d75-be63daf0bfd6</m:id>
<m:name>updateUser</m:name>
<m:title>修改人</m:title>
<m:type>com.beecode.inz.basis.datamodel.WarehouseUser</m:type>
<m:description/>
<m:default/>
</m:attribute>
<m:attribute>
<m:annotations/>
<m:id>f5112aa7-1866-4282-91a7-6da28ea3d333</m:id> <m:id>f5112aa7-1866-4282-91a7-6da28ea3d333</m:id>
<m:name>station</m:name> <m:name>station</m:name>
<m:title>所属场站</m:title> <m:title>所属场站</m:title>
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>createUser.username</m:name> <m:name>createUser.title</m:name>
<m:title>创建人</m:title> <m:title>创建人</m:title>
<m:type>string</m:type> <m:type>string</m:type>
<m:ref/> <m:ref/>
...@@ -118,6 +118,14 @@ ...@@ -118,6 +118,14 @@
</m:ref> </m:ref>
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field>
<m:name>updateUser.title</m:name>
<m:title>修改人</m:title>
<m:type>string</m:type>
<m:ref/>
<m:desc></m:desc>
</m:field>
<m:field> <m:field>
<m:name>discard</m:name> <m:name>discard</m:name>
<m:title>废弃</m:title> <m:title>废弃</m:title>
......
...@@ -55,6 +55,11 @@ ...@@ -55,6 +55,11 @@
<comment>所属用户</comment> <comment>所属用户</comment>
</column> </column>
</many-to-one> </many-to-one>
<many-to-one name="updateUser" entity-name="com.beecode.inz.basis.datamodel.WarehouseUser" fetch="select">
<column name="update_user_id" not-null="false">
<comment>修改人</comment>
</column>
</many-to-one>
<property name="retailInfoName" type="nstring"> <property name="retailInfoName" type="nstring">
<column name="retail_info_name" length="30" > <column name="retail_info_name" length="30" >
<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