AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
time.tamp.ts
根目录
/
project
/
aitoearn-backend
/
libs
/
channel-db
/
src
/
schemas
/
time.tamp.ts
1
/*
2
* @Author: nevin
3
* @Date: 2024-09-02 14:45:57
4
* @LastEditTime: 2025-02-22 12:37:22
5
* @LastEditors: nevin
6
* @Description: 时间模板
7
*/
8
export class BaseTemp {
9
createdAt: Date
10
updatedAt: Date
11
}
12
12 lines
TYPESCRIPT