8 lines
92 B
TypeScript
8 lines
92 B
TypeScript
|
|
import { Injectable } from '@nestjs/common';
|
||
|
|
|
||
|
|
@Injectable()
|
||
|
|
export class GoodsService {
|
||
|
|
|
||
|
|
}
|
||
|
|
|