public JdDataServiceWrapper(string constr)
 {
     tradesService    = new TradesService(constr);
     goodInfoService  = new GoodInfoService(tradesService);
     recordService    = new DataSyncRecordService(tradesService);
     orderInfoService = new OrderInfoService(tradesService);
 }