staff_data/apps/server/src/models/staff/staff.module.ts

5 lines
82 B
TypeScript
Raw Normal View History

2024-09-03 20:19:33 +08:00
import { Module } from '@nestjs/common';
@Module({})
export class StaffModule {}