cuikaidong
2025-06-12 066063ed92fdd40da4dfe21770557f3adba3e1af
1
2
3
4
5
6
package org.jeecg.modules.message.handle;
 
public interface ISendMsgHandle {
 
    void SendMsg(String es_receiver, String es_title, String es_content);
}