MES手机端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
375 B

  1. // Generated by CoffeeScript 1.12.7
  2. (function() {
  3. var OperationType, XMLUserDataHandler;
  4. OperationType = require('./OperationType');
  5. module.exports = XMLUserDataHandler = (function() {
  6. function XMLUserDataHandler() {}
  7. XMLUserDataHandler.prototype.handle = function(operation, key, data, src, dst) {};
  8. return XMLUserDataHandler;
  9. })();
  10. }).call(this);