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
7bb493d6
Commit
7bb493d6
authored
Nov 24, 2023
by
suxiaochun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
境外码
parent
853b03cd
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
87 additions
and
0 deletions
+87
-0
GLNOutController.java
...io/office/modules/manage/controller/GLNOutController.java
+0
-0
VbgOutBo.java
...in/java/io/office/modules/manage/vo/request/VbgOutBo.java
+13
-0
VbgOutFirmSearchVo.java
.../office/modules/manage/vo/request/VbgOutFirmSearchVo.java
+31
-0
VbgOutOtherKeyVo.java
...io/office/modules/manage/vo/request/VbgOutOtherKeyVo.java
+15
-0
VbgOutSearchGLNVo.java
...o/office/modules/manage/vo/request/VbgOutSearchGLNVo.java
+14
-0
VbgOutVerifiedVo.java
...io/office/modules/manage/vo/request/VbgOutVerifiedVo.java
+14
-0
No files found.
src/main/java/io/office/modules/manage/controller/GLNOutController.java
0 → 100644
View file @
7bb493d6
This diff is collapsed.
Click to expand it.
src/main/java/io/office/modules/manage/vo/request/VbgOutBo.java
0 → 100644
View file @
7bb493d6
package
io
.
office
.
modules
.
manage
.
vo
.
request
;
import
lombok.Data
;
/**
* 验证码公共字段
*/
@Data
public
class
VbgOutBo
{
private
String
captcha
;
private
String
uuid
;
}
src/main/java/io/office/modules/manage/vo/request/VbgOutFirmSearchVo.java
0 → 100644
View file @
7bb493d6
package
io
.
office
.
modules
.
manage
.
vo
.
request
;
import
lombok.Data
;
import
java.io.Serializable
;
@Data
public
class
VbgOutFirmSearchVo
extends
VbgOutBo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
//必填.企业名称
private
String
licenseeName
;
//国家编号
private
String
countryCode
;
//街道地址
private
String
streetAddress
;
//邮政编码
private
String
postalCode
;
//城市名称
private
String
addressLocality
;
//不用前端传
// private int size = 100;
//页码默认1
private
Integer
pageindex
;
//每页数量默认10
private
Integer
pagesize
;
}
src/main/java/io/office/modules/manage/vo/request/VbgOutOtherKeyVo.java
0 → 100644
View file @
7bb493d6
package
io
.
office
.
modules
.
manage
.
vo
.
request
;
import
lombok.Data
;
import
java.io.Serializable
;
@Data
public
class
VbgOutOtherKeyVo
extends
VbgOutBo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
private
String
keyType
;
private
String
keyValue
;
}
src/main/java/io/office/modules/manage/vo/request/VbgOutSearchGLNVo.java
0 → 100644
View file @
7bb493d6
package
io
.
office
.
modules
.
manage
.
vo
.
request
;
import
lombok.Data
;
import
java.io.Serializable
;
@Data
public
class
VbgOutSearchGLNVo
extends
VbgOutBo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
private
String
gln
;
}
src/main/java/io/office/modules/manage/vo/request/VbgOutVerifiedVo.java
0 → 100644
View file @
7bb493d6
package
io
.
office
.
modules
.
manage
.
vo
.
request
;
import
lombok.Data
;
import
java.io.Serializable
;
@Data
public
class
VbgOutVerifiedVo
extends
VbgOutBo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
private
String
gtin
;
}
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