File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ import { Entity } from 'typeorm';
2
2
import { BaseEntity } from '~core/entities/base.entity';
3
3
4
4
@Entity('$$CLASS$$')
5
- export class $$CLASS$$Entity extends BaseEntity {}
5
+ export class $$CLASS$$Entity extends BaseEntity {
6
+ @Column()
7
+ test: string;
8
+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Injectable } from '@nestjs/common';
2
2
import { $$CLASS$$Repository } from '../repositories/$$FILENAME$$.repository';
3
3
import { $$CLASS$$Entity } from '../entities/$$FILENAME$$.entity';
4
4
import { PaginationCollection } from '@hodfords/typeorm-helper';
5
- import { Create$$CLASS$$Dto } from '../dto/create-$$FILENAME$$.dto';
5
+ import { Create$$CLASS$$Dto } from '../http/ dto/create-$$FILENAME$$.dto';
6
6
import { PaginationParams } from '@hodfords/nestjs-base-decorator';
7
7
8
8
@Injectable()
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hodfords/nestjs-command" ,
3
- "version" : " 10.0.3 " ,
3
+ "version" : " 10.0.4 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments