使用策略模式、模板模式、享元模式、组合模式等建模
idx_name
Kernel Category
主键Id | name(varchar[128]) | nickname(varchar[128]) | description(text) |
---|---|---|---|
123 | System | 系统 | 系统级分类 |
123 | User | 用户 | 用户级分类 |
Task Category
主键Id | name | nickname | description |
---|---|---|---|
123 | Data | 数据 | xxxx |
123 | ML | 机器学习 | xxx |
123 | Service | 服务任务 | xxxx |
Category Tag
主键Id | task_guid(任务树节点guid) | kernel_category_name(varchar[128]) | kernel_category_name |
---|---|---|---|
123 | xxx | System | Data |
Author:undefined Create time:2025-03-27 13:03
Last editor:undefined Update time:2025-03-27 13:12
Last editor:undefined Update time:2025-03-27 13:12