Files
EasySoft-ZenTaoPMS/test/data/zt_taskspec.yaml
T
2021-09-23 08:58:59 +08:00

43 lines
763 B
YAML

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-10000
prefix: ""
postfix: ""
loop: 0
format: ""
- field: name
note: "任务名称"
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: ""