Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
extend
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
park
extend
Commits
19deeea7
Commit
19deeea7
authored
Jun 19, 2020
by
xieshixiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
a6c5cd16
5287dcd6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
23 deletions
+4
-23
api/src/main/java/com/hikcreate/edl/pub/web/mobile/api/controller/BindInfoControlller.java
+1
-1
api/src/main/java/com/hikcreate/edl/pub/web/mobile/api/controller/H5Controller.java
+1
-1
infra/src/main/java/com/hikcreate/edl/pub/web/mobile/infra/model/BindInfoQuery.java
+2
-21
No files found.
api/src/main/java/com/hikcreate/edl/pub/web/mobile/api/controller/BindInfoControlller.java
View file @
19deeea7
...
...
@@ -20,7 +20,7 @@ import javax.annotation.Resource;
/**
* 绑定信息的controller
*
*
@menu 提供给第三方接口
* @author: xieshixiang
* @time:2020/6/18 15:59
**/
...
...
api/src/main/java/com/hikcreate/edl/pub/web/mobile/api/controller/H5Controller.java
View file @
19deeea7
...
...
@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.RestController;
/**
* 对外提供给H5的接口
*
*
@menu H5接口
* @author: xieshixiang
* @time:2020/6/19 16:37
**/
...
...
infra/src/main/java/com/hikcreate/edl/pub/web/mobile/infra/model/BindInfoQuery.java
View file @
19deeea7
...
...
@@ -13,7 +13,7 @@ import java.io.Serializable;
* @time:2020/6/18 16:07
**/
@Data
public
class
BindInfoQuery
extends
PageQuery
implements
Serializable
{
public
class
BindInfoQuery
implements
Serializable
{
/**
* 绑定信息的唯一标识.
...
...
@@ -27,24 +27,5 @@ public class BindInfoQuery extends PageQuery implements Serializable {
*查询客户的电话号码
*/
private
String
phone
;
/**
* 查询车辆的颜色
*/
private
String
plateColor
;
/**
* 查询车辆的车牌号
*/
private
String
plateNum
;
/**
* 车牌类型
*/
private
String
plateType
;
/**
* 查询绑定信息的状态
*/
private
String
status
;
/**
* 信息的编辑时间
*/
private
DateTime
editorTime
;
}
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