module.exports = Self => {
require('../methods/machine-worker/updateInTime')(Self);
require('../methods/machine-worker/add')(Self);
};