salix/back/models/machine-worker.js

4 lines
91 B
JavaScript
Raw Normal View History

2023-11-22 13:25:19 +00:00
module.exports = Self => {
2023-11-23 12:19:59 +00:00
require('../methods/machine-worker/updateInTime')(Self);
2023-11-22 13:25:19 +00:00
};