Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-office-web-sit
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
吴迪
gs1-office-web-sit
Commits
367e2eb3
Commit
367e2eb3
authored
Dec 10, 2021
by
wangtian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增条咨询中心→物流→条形码生成功能
parent
93acf01f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
GS1CodeListEntity.java
...va/io/office/modules/manage/entity/GS1CodeListEntity.java
+1
-1
CheckAIVo.java
...n/java/io/office/modules/manage/vo/request/CheckAIVo.java
+1
-2
No files found.
src/main/java/io/office/modules/manage/entity/GS1CodeListEntity.java
View file @
367e2eb3
...
@@ -6,7 +6,7 @@ import lombok.Getter;
...
@@ -6,7 +6,7 @@ import lombok.Getter;
import
lombok.Setter
;
import
lombok.Setter
;
/**
/**
* Created by
naihe on 2019/9/16
.
* Created by
zyf on 2021/12/10
.
*/
*/
@Setter
@Setter
@Getter
@Getter
...
...
src/main/java/io/office/modules/manage/vo/request/CheckAIVo.java
View file @
367e2eb3
...
@@ -9,11 +9,10 @@ import org.hibernate.validator.constraints.NotBlank;
...
@@ -9,11 +9,10 @@ import org.hibernate.validator.constraints.NotBlank;
import
java.io.Serializable
;
import
java.io.Serializable
;
/**
/**
* Created by
naihe on 2019/9/7
.
* Created by
zyf on 2021/12/10
.
*/
*/
@Setter
@Setter
@Getter
@Getter
@ApiModel
(
value
=
"CheckAIIO"
)
public
class
CheckAIVo
implements
Serializable
{
public
class
CheckAIVo
implements
Serializable
{
@NotBlank
(
message
=
"AI标识符不能为空!!!"
)
@NotBlank
(
message
=
"AI标识符不能为空!!!"
)
...
...
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