Add class class and task

This commit is contained in:
liyang
2022-02-24 09:43:44 +08:00
parent 50e5aaaa95
commit 41917102b8
34 changed files with 2176 additions and 0 deletions

46
test/data/taskspec.yaml Normal file
View File

@@ -0,0 +1,46 @@
title: table zt_taskspec
desc: "任务版本"
author: automated export
version: "1.0"
fields:
- field: task
note: "任务ID"
range: 1-10000
prefix: ""
postfix: ""
loop: 0
format: ""
- field: version
note: "任务版本"
range: 1
prefix: ""
postfix: ""
loop: 0
format: ""
- field: name
note: "任务名称"
fields:
- field: name1
range: 开发任务
- field: name2
range: 1-10000
prefix: ""
postfix: ""
loop: 0
format: ""
- field: estStarted
note: "预计开始"
from: common.date.v1.yaml
use: dateB
prefix: ""
postfix: ""
loop: 0
format: ""
- field: deadline
note: "截止时间"
from: common.date.v1.yaml
use: dateB
prefix: ""
postfix: ""
loop: 0
format: ""