线程

来源:互联网 发布:铜陵大数据产业园 编辑:程序博客网 时间:2024/06/06 00:23
@Component
public class MessageQM {


private static final Logger LOGGER = LoggerFactory.getLogger(MessageQM.class);


@Autowired
private QMHelper qMHelper;


@Autowired
OpenClient client;
@Autowired
QmcsClient qmcsClient;


@Value("${group_name}")
private String GROUP_NAME1;
/*
@Autowired
private BClientDevicesService bClientDevicesService;

@Autowired
private BStoreAccountService bStoreAccountService;*/


@PostConstruct
public void init() {
qMHelper1 = qMHelper;
GROUP_NAME = GROUP_NAME1;
}


static QMHelper qMHelper1 = null;
static String GROUP_NAME = "";
/*BClientDevicesVO  bClientDevicesVO= thread.get().queryByBClientDevices(bClientDevicesVO1);*/
0 0
原创粉丝点击