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
787d2c2e
Commit
787d2c2e
authored
Sep 09, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:欧泊莱定制需求
parent
a0847830
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
QwFrientNoticeDTO.java
...java/com/gic/haoban/manage/api/dto/QwFrientNoticeDTO.java
+15
-8
MemberUnionidRelatedApiServiceImpl.java
.../service/out/impl/MemberUnionidRelatedApiServiceImpl.java
+0
-0
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/QwFrientNoticeDTO.java
View file @
787d2c2e
...
@@ -3,14 +3,12 @@ package com.gic.haoban.manage.api.dto;
...
@@ -3,14 +3,12 @@ package com.gic.haoban.manage.api.dto;
import
java.io.Serializable
;
import
java.io.Serializable
;
/**
/**
*
* @author xugh
* @ClassName: QwFrientNoticeDTO
* @ClassName: QwFrientNoticeDTO
* @Description: 企微加好友通知
* @Description: 企微加好友通知
* @author xugh
* @date 2022年8月18日 上午10:31:14
* @date 2022年8月18日 上午10:31:14
*
*/
*/
public
class
QwFrientNoticeDTO
implements
Serializable
{
public
class
QwFrientNoticeDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
...
@@ -48,7 +46,8 @@ public class QwFrientNoticeDTO implements Serializable{
...
@@ -48,7 +46,8 @@ public class QwFrientNoticeDTO implements Serializable{
*/
*/
private
String
state
;
private
String
state
;
private
String
staffId
;
private
String
staffId
;
private
String
changeType
;
public
String
getStaffId
()
{
public
String
getStaffId
()
{
return
staffId
;
return
staffId
;
...
@@ -185,4 +184,12 @@ public class QwFrientNoticeDTO implements Serializable{
...
@@ -185,4 +184,12 @@ public class QwFrientNoticeDTO implements Serializable{
public
void
setState
(
String
state
)
{
public
void
setState
(
String
state
)
{
this
.
state
=
state
;
this
.
state
=
state
;
}
}
public
String
getChangeType
()
{
return
changeType
;
}
public
void
setChangeType
(
String
changeType
)
{
this
.
changeType
=
changeType
;
}
}
}
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/MemberUnionidRelatedApiServiceImpl.java
View file @
787d2c2e
This diff is collapsed.
Click to expand it.
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