gx_tieta/src/com/fgkj/services/ram/Bts_gprs_stateService.java
@@ -66,5 +66,12 @@ } return model; } public static void main(String[] args) { Bts_gprs_stateService service=new Bts_gprs_stateService(); Bts_gprs_state gprs=new Bts_gprs_state(); gprs.setDev_id(910000001); gprs.setNum(23); ServiceModel model=service.update_bts_task_inf(gprs); System.out.println(model); } }