zksu
/
API
forked from yoone/API
1
0
Fork 0

refactor: 移除未使用的导入和注释掉的生命周期钩子

This commit is contained in:
tikkhun 2026-01-10 11:52:04 +08:00
parent ba1c6aafd6
commit f1c809bfd2
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,8 @@
import { ApiProperty } from '@midwayjs/swagger';
import { Exclude, Expose } from 'class-transformer';
import {
BeforeInsert,
BeforeUpdate,
// BeforeInsert,
// BeforeUpdate,
Column,
CreateDateColumn,
Entity,

View File

@ -39,7 +39,6 @@ import * as path from 'path';
import * as os from 'os';
import { UnifiedOrderDTO } from '../dto/site-api.dto';
import { CustomerService } from './customer.service';
import { DictItem } from '../entity/dict_item.entity';
import { ProductService } from './product.service';
@Provide()
export class OrderService {