| | |
| | | import com.dy.pipIrrGlobal.pojoSe.SeVirtualCard; |
| | | import jakarta.annotation.PostConstruct; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.http.HttpEntity; |
| | | import org.springframework.http.HttpHeaders; |
| | | import org.springframework.http.HttpMethod; |
| | |
| | | */ |
| | | |
| | | public class ComSupport { |
| | | @Value("${mw.comSendUrl}") |
| | | private String comSendUrl; |
| | | //@Value("${mw.comSendUrl}") |
| | | protected String comSendUrl; |
| | | |
| | | protected static String controllerType = null; |
| | | protected static Integer projectNo = null; |
| | |
| | | private SeVirtualCardMapper seVirtualCardMapper; |
| | | |
| | | public static ComSupport comSupport; |
| | | |
| | | public ComSupport() { |
| | | } |
| | | |
| | | /** |
| | | * 引入BaSettingsMapper |
| | |
| | | job_rtu.put("rtuAddr", prController.getRtuAddr()); |
| | | job_rtu.put("protocol", prController.getProtocol()); |
| | | job_rtu.put("intakeId", prController.getIntakeId()); |
| | | job_rtu.put("orgTag", prController.getOrgTag()); |
| | | |
| | | return job_rtu; |
| | | } |