| | |
| | | |
| | | public class ComSupport { |
| | | //@Value("${mw.comSendUrl}") |
| | | private String 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; |
| | | } |