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.module.system.service.MessageService;
import ars.database.service.StandardGeneralService;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy