chore: optimize import

This commit is contained in:
Wesley F. Young 2024-09-04 10:06:09 +08:00
parent 6a0d592491
commit d76a1305e7

View File

@ -1,6 +1,6 @@
import { OB11Return } from '../types';
import { isNull } from '../../common/helper';
import { isNull } from '@/common/helper';
export class OB11Response {
static res<T>(data: T, status: string, retcode: number, message: string = ''): OB11Return<T> {