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
6e397944
Commit
6e397944
authored
May 17, 2022
by
yanHeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[修改] 自提车辆增加合同状态查询
parent
8af102a9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
gradle.properties
backend/gradle.properties
+3
-2
SelfPickupCar.mk
...main/model/com/xyst/dinas/contract/query/SelfPickupCar.mk
+5
-0
SelfPickupCar.jmx
...resources/com/xyst/dinas/contract/query/SelfPickupCar.jmx
+11
-0
No files found.
backend/gradle.properties
View file @
6e397944
...
...
@@ -14,4 +14,5 @@ publishUsername=
publishPassword
=
systemProp.sonar.host.url
=
http://10.2.7.176:9000/sonar
systemProp.sonar.login
=
admin
systemProp.sonar.password
=
admin
\ No newline at end of file
systemProp.sonar.password
=
admin
mk.eme.path
=
E:
\\
eme
\\
eme
\\
eme
\ No newline at end of file
backend/xyst.dinas.contract/src/main/model/com/xyst/dinas/contract/query/SelfPickupCar.mk
View file @
6e397944
...
...
@@ -111,6 +111,11 @@
<type>string</type>
<description></description>
</field>
<field title='合同状态'>
<name>contract.contractState</name>
<type>string</type>
<description></description>
</field>
<field title='合同编号'>
<name>contract.contractCode</name>
<type>string</type>
...
...
backend/xyst.dinas.contract/src/main/resources/com/xyst/dinas/contract/query/SelfPickupCar.jmx
View file @
6e397944
...
...
@@ -137,6 +137,17 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
contract.contractState
</m:name>
<m:title>
合同状态
</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:field>
<m:name>
contract.contractCode
</m:name>
<m:title>
合同编号
</m:title>
<m:type>
string
</m:type>
...
...
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