Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
bc6d8bd5
Commit
bc6d8bd5
authored
May 24, 2023
by
guojx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企微基本信息接口添加app字段
parent
383c2889
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
WxEnterpriseVO.java
...ain/java/com/gic/haoban/manage/web/vo/WxEnterpriseVO.java
+9
-0
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/WxEnterpriseVO.java
View file @
bc6d8bd5
...
@@ -102,6 +102,7 @@ public class WxEnterpriseVO implements Serializable {
...
@@ -102,6 +102,7 @@ public class WxEnterpriseVO implements Serializable {
private
Integer
wxSecurityType
;
private
Integer
wxSecurityType
;
private
String
wxCorpid
;
private
String
wxCorpid
;
private
String
openCorpid
;
private
String
openCorpid
;
private
String
wxaAppid
;
public
Integer
getWxSecurityType
()
{
public
Integer
getWxSecurityType
()
{
return
wxSecurityType
;
return
wxSecurityType
;
...
@@ -466,4 +467,12 @@ public class WxEnterpriseVO implements Serializable {
...
@@ -466,4 +467,12 @@ public class WxEnterpriseVO implements Serializable {
public
void
setEnterpriseId
(
String
enterpriseId
)
{
public
void
setEnterpriseId
(
String
enterpriseId
)
{
this
.
enterpriseId
=
enterpriseId
;
this
.
enterpriseId
=
enterpriseId
;
}
}
public
String
getWxaAppid
()
{
return
wxaAppid
;
}
public
void
setWxaAppid
(
String
wxaAppid
)
{
this
.
wxaAppid
=
wxaAppid
;
}
}
}
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