update entity

This commit is contained in:
2024-11-30 15:59:19 +07:00
parent 455b17fb14
commit 9c9602668b
7 changed files with 14 additions and 14 deletions

View File

@ -5,12 +5,12 @@ import { OrmHelper } from "../helpers/orm";
import Joi from "joi";
import { ILogObj, Logger } from "tslog";
import { Language } from "../langs/lang";
import { Paging } from "Entity";
import { Paging } from "entity";
import CommonHelper from "../helpers/common";
import { ActivityType } from "Entity";
import { ActivityType } from "entity";
import * as fastcsv from 'fast-csv';
import dayjs from "dayjs";
import { UserActivity } from "Entity";
import { UserActivity } from "entity";
const log: Logger<ILogObj> = new Logger({ name: '[UserActivityController]', type: 'pretty' });