|
package com.sercurityControl.proteam.service;
|
|
|
|
import com.sercurityControl.proteam.domain.ty.MqImageVo;
|
|
|
|
/**
|
|
* @author HeiZi
|
|
* MQ消费者 业务数据存储处理层
|
|
*/
|
|
public interface MqImageSbConsumerService {
|
|
/**
|
|
* mq数据存储
|
|
* @param vo
|
|
*/
|
|
void insertMqMessage(MqImageVo vo);
|
|
}
|