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
a1c0d4f4
Commit
a1c0d4f4
authored
Sep 14, 2021
by
xugaojun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9月迭代:1、任务视图支持删除所有任务;2、企业微信标签同步功能实现
parent
b10e40b2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
YwWxEnterpriseDTO.java
...java/com/gic/haoban/manage/api/dto/YwWxEnterpriseDTO.java
+11
-0
EnterpriseController.java
...ic/haoban/manage/web/controller/EnterpriseController.java
+0
-0
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/YwWxEnterpriseDTO.java
View file @
a1c0d4f4
...
...
@@ -28,6 +28,10 @@ public class YwWxEnterpriseDTO implements Serializable {
private
String
corpSquareLogoUrl
;
//关联商户数量
private
Integer
relationCount
=
0
;
/**
* 是否开启标签同步标记 1 是 0 否
*/
private
Integer
tagOpenFlag
;
public
static
long
getSerialversionuid
()
{
...
...
@@ -133,4 +137,11 @@ public class YwWxEnterpriseDTO implements Serializable {
this
.
version
=
version
;
}
public
Integer
getTagOpenFlag
()
{
return
tagOpenFlag
;
}
public
void
setTagOpenFlag
(
Integer
tagOpenFlag
)
{
this
.
tagOpenFlag
=
tagOpenFlag
;
}
}
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/controller/EnterpriseController.java
View file @
a1c0d4f4
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