Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
clx-performance
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
姜武杰
clx-performance
Commits
434a401b
提交
434a401b
authored
12月 12, 2023
作者:
aiqingguo
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
承运同步-车主证件
上级
73a79e2d
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
12 行增加
和
12 行删除
+12
-12
OrderChildDriverInfoDTO.java
...rmance/param/feign/transport/OrderChildDriverInfoDTO.java
+12
-12
没有找到文件。
performance-api/src/main/java/com/clx/performance/param/feign/transport/OrderChildDriverInfoDTO.java
浏览文件 @
434a401b
...
@@ -55,25 +55,25 @@ public class OrderChildDriverInfoDTO {
...
@@ -55,25 +55,25 @@ public class OrderChildDriverInfoDTO {
private
String
faceCardImg
;
private
String
faceCardImg
;
@ApiModelProperty
(
value
=
"驾驶证号码"
,
dataType
=
"String"
,
required
=
true
)
@ApiModelProperty
(
value
=
"驾驶证号码"
,
dataType
=
"String"
,
required
=
true
)
@NotBlank
(
message
=
"驾驶证号码不能为空"
)
//
@NotBlank(message = "驾驶证号码不能为空")
private
String
licenceNo
;
private
String
licenceNo
;
@ApiModelProperty
(
value
=
"初次领证日期"
,
dataType
=
"String"
,
required
=
true
)
@ApiModelProperty
(
value
=
"初次领证日期"
,
dataType
=
"String"
,
required
=
true
)
@NotBlank
(
message
=
"初次领证日期不能为空"
)
//
@NotBlank(message = "初次领证日期不能为空")
private
String
licenseTime
;
private
String
licenseTime
;
@ApiModelProperty
(
value
=
"驾照类型"
,
dataType
=
"String"
,
required
=
true
)
@ApiModelProperty
(
value
=
"驾照类型"
,
dataType
=
"String"
,
required
=
true
)
@NotBlank
(
message
=
"驾照类型不能为空"
)
//
@NotBlank(message = "驾照类型不能为空")
private
String
licenceClass
;
private
String
licenceClass
;
@ApiModelProperty
(
value
=
"驾驶证正面图片"
,
dataType
=
"String"
,
required
=
true
)
@ApiModelProperty
(
value
=
"驾驶证正面图片"
,
dataType
=
"String"
,
required
=
true
)
@NotBlank
(
message
=
"驾驶证正面图片不能为空"
)
//
@NotBlank(message = "驾驶证正面图片不能为空")
private
String
licenceImg
;
private
String
licenceImg
;
@ApiModelProperty
(
value
=
"驾驶证背面图片"
,
dataType
=
"String"
,
required
=
true
)
@ApiModelProperty
(
value
=
"驾驶证背面图片"
,
dataType
=
"String"
,
required
=
true
)
@NotBlank
(
message
=
"驾驶证背面图片不能为空"
)
//
@NotBlank(message = "驾驶证背面图片不能为空")
private
String
licenceBackImg
;
private
String
licenceBackImg
;
@ApiModelProperty
(
value
=
"驾驶证有效期起始时间"
,
dataType
=
"String"
,
required
=
true
)
@ApiModelProperty
(
value
=
"驾驶证有效期起始时间"
,
dataType
=
"String"
,
required
=
true
)
@NotBlank
(
message
=
"驾驶证有效期起始时间不能为空"
)
//
@NotBlank(message = "驾驶证有效期起始时间不能为空")
private
String
licenceStartTime
;
private
String
licenceStartTime
;
@ApiModelProperty
(
value
=
"驾驶证有效期终止时间"
,
dataType
=
"String"
,
required
=
true
)
@ApiModelProperty
(
value
=
"驾驶证有效期终止时间"
,
dataType
=
"String"
,
required
=
true
)
@NotBlank
(
message
=
"驾驶证有效期终止时间不能为空"
)
//
@NotBlank(message = "驾驶证有效期终止时间不能为空")
private
String
licenceEndTime
;
private
String
licenceEndTime
;
// @ApiModelProperty(value = "道路运输许可证图片地址", dataType="String", required = true)
// @ApiModelProperty(value = "道路运输许可证图片地址", dataType="String", required = true)
...
@@ -81,20 +81,20 @@ public class OrderChildDriverInfoDTO {
...
@@ -81,20 +81,20 @@ public class OrderChildDriverInfoDTO {
// private String transportLicenceImg;
// private String transportLicenceImg;
@ApiModelProperty
(
value
=
"道路运输从业资格证号"
,
dataType
=
"String"
,
required
=
true
)
@ApiModelProperty
(
value
=
"道路运输从业资格证号"
,
dataType
=
"String"
,
required
=
true
)
@NotBlank
(
message
=
"道路运输从业资格证号不能为空"
)
//
@NotBlank(message = "道路运输从业资格证号不能为空")
private
String
occupationalLicenceNo
;
private
String
occupationalLicenceNo
;
@ApiModelProperty
(
value
=
"道路运输从业资格证图片地址"
,
dataType
=
"String"
,
required
=
true
)
@ApiModelProperty
(
value
=
"道路运输从业资格证图片地址"
,
dataType
=
"String"
,
required
=
true
)
@NotBlank
(
message
=
"道路运输从业资格证图片地址不能为空"
)
//
@NotBlank(message = "道路运输从业资格证图片地址不能为空")
private
String
occupationalLicenceImg
;
private
String
occupationalLicenceImg
;
@ApiModelProperty
(
value
=
"从业资格证有效期起始时间"
,
dataType
=
"String"
,
required
=
true
)
@ApiModelProperty
(
value
=
"从业资格证有效期起始时间"
,
dataType
=
"String"
,
required
=
true
)
@NotBlank
(
message
=
"从业资格证有效期起始时间不能为空"
)
//
@NotBlank(message = "从业资格证有效期起始时间不能为空")
private
String
occupationalStartTime
;
private
String
occupationalStartTime
;
@ApiModelProperty
(
value
=
"从业资格证有效期终止时间"
,
dataType
=
"String"
,
required
=
true
)
@ApiModelProperty
(
value
=
"从业资格证有效期终止时间"
,
dataType
=
"String"
,
required
=
true
)
@NotBlank
(
message
=
"从业资格证有效期终止时间不能为空"
)
//
@NotBlank(message = "从业资格证有效期终止时间不能为空")
private
String
occupationalEndTime
;
private
String
occupationalEndTime
;
@ApiModelProperty
(
value
=
"驾驶证发证机关"
,
required
=
true
)
@ApiModelProperty
(
value
=
"驾驶证发证机关"
,
required
=
true
)
@NotBlank
(
message
=
"驾驶证发证机关不能为空"
)
//
@NotBlank(message = "驾驶证发证机关不能为空")
private
String
licenceIssueOrganization
;
private
String
licenceIssueOrganization
;
@ApiModelProperty
(
value
=
"身份证住址"
,
required
=
true
)
@ApiModelProperty
(
value
=
"身份证住址"
,
required
=
true
)
// @NotBlank(message = "身份证住址不能为空")
// @NotBlank(message = "身份证住址不能为空")
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论