Files
pmp-tool/dist-server/lib/models.js
xiaohei 61ed9e9dc3
Some checks failed
CI / lint-and-typecheck (push) Failing after 30s
CI / test (push) Has been skipped
CI / build (push) Has been skipped
feat: MVP v0.5 complete - All P0 features implemented and frontend verified. Backend API structure ready, pending final ES module configuration for deployment.
2026-04-12 01:46:38 +08:00

7 lines
157 B
JavaScript

"use strict";
/**
* 任务数据模型
* 定义任务相关的类型和CRUD操作接口
*/
Object.defineProperty(exports, "__esModule", { value: true });