dept.js 158 B

123456
  1. import { BaseService, Service } from '@/cool/index';
  2. @Service('sys/dept')
  3. export class DeptService extends BaseService {}
  4. export default new DeptService();