Commit 19deeea7 by xieshixiang

Merge remote-tracking branch 'origin/master'

parents a6c5cd16 5287dcd6
......@@ -20,7 +20,7 @@ import javax.annotation.Resource;
/**
* 绑定信息的controller
*
* @menu 提供给第三方接口
* @author: xieshixiang
* @time:2020/6/18 15:59
**/
......
......@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.RestController;
/**
* 对外提供给H5的接口
*
* @menu H5接口
* @author: xieshixiang
* @time:2020/6/19 16:37
**/
......
......@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment