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
b7cee3b2
Commit
b7cee3b2
authored
Jun 24, 2021
by
shiwenbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退款管理增加申请人id字段
parent
ee28bb94
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
58 additions
and
1 deletions
+58
-1
FinanceRefund.mk
...n/model/com/xyst/dinas/finance/datamodel/FinanceRefund.mk
+3
-0
FinanceRefund.mk
.../main/model/com/xyst/dinas/finance/query/FinanceRefund.mk
+9
-1
FinanceRefund.jmx
...ources/com/xyst/dinas/finance/datamodel/FinanceRefund.jmx
+23
-0
FinanceRefund.jmx
.../resources/com/xyst/dinas/finance/query/FinanceRefund.jmx
+10
-0
FinanceRefundNoAuthFilter.jmx
...om/xyst/dinas/finance/query/FinanceRefundNoAuthFilter.jmx
+10
-0
FinanceRefund.hbm.xml
...s.finance/src/main/resources/config/FinanceRefund.hbm.xml
+3
-0
No files found.
backend/xyst.dinas.finance/src/main/model/com/xyst/dinas/finance/datamodel/FinanceRefund.mk
View file @
b7cee3b2
...
...
@@ -47,6 +47,9 @@
<attribute id='2e29930f-7250-4714-b41c-5bd3ffee2c4e' name='account' columnName='account' title='账号' type='string' default='' precision='' isArray='false'>
<annotation id='14f073bb-ea3a-4ab3-971c-223040cbe678' attributeId='59d25e8c-9537-4c27-8846-8c58eedc098f' name='length' value='100'></annotation>
</attribute>
<attribute id='2e29930f-7250-4714-b41c-5bd3ffee2c4e' name='applicantId' columnName='applicant_id' title='申请人id' type='string' default='' precision='' isArray='false'>
<annotation id='14f073bb-ea3a-4ab3-971c-223040cbe678' attributeId='59d25e8c-9537-4c27-8846-8c58eedc098f' name='length' value='100'></annotation>
</attribute>
<attribute id='2e29930f-7250-4714-b41c-5bd3ffee2c4e' name='applicant' columnName='applicant' title='申请人' type='string' default='' precision='' isArray='false'>
<annotation id='14f073bb-ea3a-4ab3-971c-223040cbe678' attributeId='59d25e8c-9537-4c27-8846-8c58eedc098f' name='length' value='100'></annotation>
</attribute>
...
...
backend/xyst.dinas.finance/src/main/model/com/xyst/dinas/finance/query/FinanceRefund.mk
View file @
b7cee3b2
...
...
@@ -75,7 +75,15 @@
</ref>
<description></description>
</field>
<field title='申请人id'>
<name>applicantId</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='申请人'>
<name>applicant</name>
<type>string</type>
...
...
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/datamodel/FinanceRefund.jmx
View file @
b7cee3b2
...
...
@@ -300,6 +300,29 @@
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
applicant_id
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
2e29930f-7250-4714-b41c-5bd3ffee2c4e
</m:id>
<m:name>
applicantId
</m:name>
<m:title>
申请人id
</m:title>
<m:type>
string
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
100
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
applicant
</m:value>
</m:property>
</m:properties>
...
...
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/query/FinanceRefund.jmx
View file @
b7cee3b2
...
...
@@ -87,6 +87,16 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
applicantId
</m:name>
<m:title>
申请人id
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
applicant
</m:name>
<m:title>
申请人
</m:title>
<m:type>
string
</m:type>
...
...
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/query/FinanceRefundNoAuthFilter.jmx
View file @
b7cee3b2
...
...
@@ -70,6 +70,16 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
applicantId
</m:name>
<m:title>
申请人id
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
applicant
</m:name>
<m:title>
申请人
</m:title>
<m:type>
string
</m:type>
...
...
backend/xyst.dinas.finance/src/main/resources/config/FinanceRefund.hbm.xml
View file @
b7cee3b2
...
...
@@ -76,6 +76,9 @@
<property
name=
"refundReason"
type=
"nstring"
not-null=
"false"
>
<column
name=
"refund_reason"
length=
"300"
></column>
</property>
<property
name=
"applicantId"
type=
"nstring"
not-null=
"false"
>
<column
name=
"applicant_id"
length=
"100"
></column>
</property>
<property
name=
"applicant"
type=
"nstring"
not-null=
"false"
>
<column
name=
"applicant"
length=
"100"
></column>
</property>
...
...
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