Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-auth
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
base_platform_enterprise
gic-platform-auth
Commits
64e2cc1c
Commit
64e2cc1c
authored
Apr 28, 2020
by
zhiwj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加接口
parent
1eb2808c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
69 additions
and
70 deletions
+69
-70
AppletsConfigSimpleOutputVO.java
...java/com/gic/auth/web/vo/AppletsConfigSimpleOutputVO.java
+43
-27
OwnerMemberCardVO.java
.../src/main/java/com/gic/auth/web/vo/OwnerMemberCardVO.java
+26
-43
No files found.
gic-platform-auth-web/src/main/java/com/gic/auth/web/vo/AppletsConfigSimpleOutputVO.java
View file @
64e2cc1c
...
...
@@ -11,52 +11,68 @@ import java.io.Serializable;
*/
public
class
AppletsConfigSimpleOutputVO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
579110975175375897L
;
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
private
Long
id
;
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
private
Long
cardConfigId
;
private
Integer
ownerId
;
private
String
cardCode
;
private
String
cardName
;
private
Long
appletConfigId
;
private
String
appletConfigName
;
private
String
img
;
private
String
appId
;
private
Integer
enterpriseId
;
private
Integer
statusFlag
;
private
String
appletUserName
;
public
Long
getAppletConfigId
()
{
return
appletConfigId
;
}
public
void
setAppletConfigId
(
Long
appletConfigId
)
{
this
.
appletConfigId
=
appletConfigId
;
}
public
String
getAppletConfigName
()
{
return
appletConfigName
;
}
public
void
setAppletConfigName
(
String
appletConfigName
)
{
this
.
appletConfigName
=
appletConfigName
;
}
public
Long
getId
()
{
return
i
d
;
public
String
getImg
()
{
return
i
mg
;
}
public
void
setI
d
(
Long
id
)
{
this
.
i
d
=
id
;
public
void
setI
mg
(
String
img
)
{
this
.
i
mg
=
img
;
}
public
Long
getCardConfig
Id
()
{
return
cardConfig
Id
;
public
String
getApp
Id
()
{
return
app
Id
;
}
public
void
set
CardConfigId
(
Long
cardConfig
Id
)
{
this
.
cardConfigId
=
cardConfig
Id
;
public
void
set
AppId
(
String
app
Id
)
{
this
.
appId
=
app
Id
;
}
public
Integer
get
Owner
Id
()
{
return
owner
Id
;
public
Integer
get
Enterprise
Id
()
{
return
enterprise
Id
;
}
public
void
set
OwnerId
(
Integer
owner
Id
)
{
this
.
ownerId
=
owner
Id
;
public
void
set
EnterpriseId
(
Integer
enterprise
Id
)
{
this
.
enterpriseId
=
enterprise
Id
;
}
public
String
getCardCode
()
{
return
cardCode
;
public
Integer
getStatusFlag
()
{
return
statusFlag
;
}
public
void
set
CardCode
(
String
cardCode
)
{
this
.
cardCode
=
cardCode
;
public
void
set
StatusFlag
(
Integer
statusFlag
)
{
this
.
statusFlag
=
statusFlag
;
}
public
String
get
Card
Name
()
{
return
card
Name
;
public
String
get
AppletUser
Name
()
{
return
appletUser
Name
;
}
public
void
set
CardName
(
String
card
Name
)
{
this
.
cardName
=
card
Name
;
public
void
set
AppletUserName
(
String
appletUser
Name
)
{
this
.
appletUserName
=
appletUser
Name
;
}
}
gic-platform-auth-web/src/main/java/com/gic/auth/web/vo/OwnerMemberCardVO.java
View file @
64e2cc1c
...
...
@@ -13,67 +13,50 @@ public class OwnerMemberCardVO implements Serializable {
private
static
final
long
serialVersionUID
=
-
8599285249416045174L
;
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
private
Long
appletConfigId
;
private
String
appletConfigName
;
private
String
img
;
private
String
appId
;
private
Integer
enterpriseId
;
private
Integer
statusFlag
;
private
String
appletUserName
;
public
Long
getAppletConfigId
()
{
return
appletConfigId
;
}
public
void
setAppletConfigId
(
Long
appletConfigId
)
{
this
.
appletConfigId
=
appletConfigId
;
}
public
String
getAppletConfigName
()
{
return
appletConfigName
;
}
public
void
setAppletConfigName
(
String
appletConfigName
)
{
this
.
appletConfigName
=
appletConfigName
;
}
private
Long
id
;
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
private
Long
cardConfigId
;
private
Integer
ownerId
;
private
String
cardCode
;
private
String
cardName
;
public
String
getImg
()
{
return
i
mg
;
public
Long
getId
()
{
return
i
d
;
}
public
void
setI
mg
(
String
img
)
{
this
.
i
mg
=
img
;
public
void
setI
d
(
Long
id
)
{
this
.
i
d
=
id
;
}
public
String
getApp
Id
()
{
return
app
Id
;
public
Long
getCardConfig
Id
()
{
return
cardConfig
Id
;
}
public
void
set
AppId
(
String
app
Id
)
{
this
.
appId
=
app
Id
;
public
void
set
CardConfigId
(
Long
cardConfig
Id
)
{
this
.
cardConfigId
=
cardConfig
Id
;
}
public
Integer
get
Enterprise
Id
()
{
return
enterprise
Id
;
public
Integer
get
Owner
Id
()
{
return
owner
Id
;
}
public
void
set
EnterpriseId
(
Integer
enterprise
Id
)
{
this
.
enterpriseId
=
enterprise
Id
;
public
void
set
OwnerId
(
Integer
owner
Id
)
{
this
.
ownerId
=
owner
Id
;
}
public
Integer
getStatusFlag
()
{
return
statusFlag
;
public
String
getCardCode
()
{
return
cardCode
;
}
public
void
set
StatusFlag
(
Integer
statusFlag
)
{
this
.
statusFlag
=
statusFlag
;
public
void
set
CardCode
(
String
cardCode
)
{
this
.
cardCode
=
cardCode
;
}
public
String
get
AppletUser
Name
()
{
return
appletUser
Name
;
public
String
get
Card
Name
()
{
return
card
Name
;
}
public
void
set
AppletUserName
(
String
appletUser
Name
)
{
this
.
appletUserName
=
appletUser
Name
;
public
void
set
CardName
(
String
card
Name
)
{
this
.
cardName
=
card
Name
;
}
}
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