feat(repos): 添加提交日志查询和分支查询
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ObjectType } from '@nestjs/graphql';
|
||||
import { AppBaseEntity } from 'src/commons/entities/app-base-entity';
|
||||
import { Entity, Column, DeleteDateColumn } from 'typeorm';
|
||||
import { AppBaseEntity } from '../commons/entities/app-base-entity';
|
||||
|
||||
@ObjectType()
|
||||
@Entity()
|
||||
|
Reference in New Issue
Block a user