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

6 lines
94 B
JavaScript

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