if (typeof complaint != "function") {
  function complaint() {
    this.content = null;
    this.happentime = null;
    this.srcid = null;
  }
}

if (typeof models != "function") {
  function models() {
    this.model_sys = 0;
    this.model_id = 0;
    this.model_sysVer = 0;
    this.brand_id = 0;
    this.model_name = null;
  }
}

// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (complaintbiz == null) var complaintbiz = {};
complaintbiz._path = '/dwr';
complaintbiz.getComAll = function(callback) {
  dwr.engine._execute(complaintbiz._path, 'complaintbiz', 'getComAll', callback);
}

