yili-apps/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/ReciveTeamDeleted.java
2022-06-28 11:11:46 +08:00

16 lines
442 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package com.actionsoft.apps.coe.pal.publisher;
public class ReciveTeamDeleted {
/**
* 接收小组被删除的通知此时小组已被删除补偿扩展App的操作如删除垃圾配置
*
* @param teamId 小组Id
*/
public void execute(String teamId) {
//System.out.println("黄河收到,工作网络的一个小组[" + teamId + "]被删除了!");
// 删除该小组产生的发布申请记录及相关
}
}