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

ars.module.system.service.AbstractMessageService Maven / Gradle / Ivy

package ars.module.system.service;

import ars.module.system.model.Message;
import ars.database.service.StandardGeneralService;

/**
 * 订阅消息业务操作抽象实现
 *
 * @param  数据模型
 * @author wuyongqiang
 */
public abstract class AbstractMessageService extends StandardGeneralService
    implements MessageService {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy