All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.watsontech.webhelper.common.service.MessageService Maven / Gradle / Ivy

package cn.watsontech.webhelper.common.service;

/**
 * Created by Watson on 2020/3/2.
 */
public interface MessageService {
    enum MessageType {order/*订单消息*/, system/*系统消息*/}

    int insertMessage(T message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy