Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
cloud-fb
Commits
0eca20e4
Commit
0eca20e4
authored
May 11, 2021
by
高晓磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
散户登记中添加场站类型的修改人
parent
247cebc8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
2 deletions
+24
-2
RetailInfo.jmx
...ain/resources/com/xyst/dinas/biz/datamodel/RetailInfo.jmx
+10
-1
RetailInfo.jmx
...rc/main/resources/com/xyst/dinas/biz/query/RetailInfo.jmx
+9
-1
RetailInfo.hbm.xml
...st.dinas.biz/src/main/resources/config/RetailInfo.hbm.xml
+5
-0
No files found.
backend/xyst.dinas.biz/src/main/resources/com/xyst/dinas/biz/datamodel/RetailInfo.jmx
View file @
0eca20e4
...
...
@@ -28,7 +28,7 @@
<m:name>
retailInfoName
</m:name>
<m:title>
散户姓名
</m:title>
<m:type>
string
</m:type>
<m:description>
场站名称
</m:description>
<m:description>
散户姓名
</m:description>
<m:default/>
</m:attribute>
<m:attribute>
...
...
@@ -78,6 +78,15 @@
</m:attribute>
<m:attribute>
<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:name>
station
</m:name>
<m:title>
所属场站
</m:title>
...
...
backend/xyst.dinas.biz/src/main/resources/com/xyst/dinas/biz/query/RetailInfo.jmx
View file @
0eca20e4
...
...
@@ -92,7 +92,7 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
createUser.
usernam
e
</m:name>
<m:name>
createUser.
titl
e
</m:name>
<m:title>
创建人
</m:title>
<m:type>
string
</m:type>
<m:ref/>
...
...
@@ -118,6 +118,14 @@
</m:ref>
<m:desc></m:desc>
</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:name>
discard
</m:name>
<m:title>
废弃
</m:title>
...
...
backend/xyst.dinas.biz/src/main/resources/config/RetailInfo.hbm.xml
View file @
0eca20e4
...
...
@@ -55,6 +55,11 @@
<comment>
所属用户
</comment>
</column>
</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"
>
<column
name=
"retail_info_name"
length=
"30"
>
<comment>
散户姓名
</comment>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment