Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
wei.zhou
2021-08-10 16:40:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
80a6b4ea92f22a1ee934a2b4c528dbf8e1278240
80a6b4ea
1 parent
1df53186
提交字段注释
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/erry/iclear/dateInterface/api/request/MawbDetail.java
src/main/java/com/erry/iclear/dateInterface/api/request/MawbDetail.java
View file @
80a6b4e
...
...
@@ -36,7 +36,7 @@ public class MawbDetail implements Serializable{
@NotBlank
(
message
=
"参数detailId不能为空"
)
private
String
detailId
;
@ApiModelProperty
(
value
=
"
商品编号
"
,
example
=
"空值"
)
@ApiModelProperty
(
value
=
"
归类标志
"
,
example
=
"空值"
)
@Column
(
name
=
"CLASSMARK"
)
private
String
classMark
;
...
...
@@ -64,7 +64,7 @@ public class MawbDetail implements Serializable{
@Column
(
name
=
"EXGNO"
)
private
String
exgNo
;
@ApiModelProperty
(
value
=
"
货
号"
)
@ApiModelProperty
(
value
=
"
版本
号"
)
@Column
(
name
=
"EXGVERSION"
)
private
String
exgVersion
;
...
...
Please
register
or
login
to post a comment