salary-management-front/pc4mobx/hrmSalary/stores/custom-stores/index.js

6 lines
94 B
JavaScript

import { HTStore } from "./huitong";
module.exports = {
HTStore: new HTStore() //领悦
};