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
dd8c2967
Commit
dd8c2967
authored
Apr 21, 2021
by
高晓磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运输车辆违规记录车牌号字段
parent
4cd9e144
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
2 deletions
+19
-2
PriceAdjustmentController.java
...a/com/xyst/dinas/price/web/PriceAdjustmentController.java
+2
-2
PriceAdjustment.jmx
.../resources/com/xyst/dinas/price/query/PriceAdjustment.jmx
+1
-0
VehicleViolation.jmx
...urces/com/xyst/dinas/transport/query/VehicleViolation.jmx
+10
-0
VehicleViolation.hbm.xml
...nsport/src/main/resources/config/VehicleViolation.hbm.xml
+6
-0
No files found.
backend/xyst.dinas.price/src/main/java/com/xyst/dinas/price/web/PriceAdjustmentController.java
View file @
dd8c2967
...
...
@@ -24,13 +24,13 @@ import java.util.UUID;
* @author scol
*/
@RestController
()
@RequestMapping
({
"/warehouse/api/price/adjustment"
,
"/price/adjustment"
})
public
class
PriceAdjustmentController
{
@Autowired
private
PriceAdjustmentService
priceAdjustmentService
;
@RequestMapping
(
value
=
"list/page"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
"
/
list/page"
,
method
=
RequestMethod
.
GET
)
public
ResponseObj
getListPage
(
@RequestBody
PriceAdjustmentSearchEntity
<
KObject
>
priceAdjustmentSearchEntity
)
throws
Exception
{
Page
<
KObject
>
objectPage
=
new
Page
<>();
...
...
backend/xyst.dinas.price/src/main/resources/com/xyst/dinas/price/query/PriceAdjustment.jmx
View file @
dd8c2967
...
...
@@ -145,6 +145,7 @@
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
sandMiningArea.sandMiningAreaType
</m:name>
...
...
backend/xyst.dinas.transport/src/main/resources/com/xyst/dinas/transport/query/VehicleViolation.jmx
View file @
dd8c2967
...
...
@@ -156,6 +156,16 @@
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
del
</m:name>
<m:title>
删除
</m:title>
<m:type>
boolean
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
</m:fields>
</m:query>
</content>
...
...
backend/xyst.dinas.transport/src/main/resources/config/VehicleViolation.hbm.xml
View file @
dd8c2967
...
...
@@ -50,6 +50,12 @@
<comment>
违规时间
</comment>
</column>
</property>
<property
name=
"plateNumber"
type=
"nstring"
not-null=
"true"
>
<column
name=
"plateNumber"
length=
"11"
>
<comment>
车牌号
</comment>
</column>
</property>
<property
name=
"description"
type=
"nstring"
not-null=
"true"
>
<column
name=
"description"
length=
"1000"
>
<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