// 被同目录 controller import 的公共类 export default class ResExecuter { Store(cfg: string): string { return "stored:" + cfg } Destroy(id: string): string { return "destroyed:" + id } }