返回 AiToEarn
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