|
|
package com.monitor.other.test;
|
|
|
|
|
|
import com.model.DBWorkJob;
|
|
|
import com.monitor.common.service.AlarmMsgService;
|
|
|
import com.monitor.common.service.VoiceMsgService;
|
|
|
import com.monitor.model.response.BaseResponse;
|
|
|
import com.monitor.other.worksystem.service.DBService;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
...
|
...
|
|